Commit 127a5cd060d545bf071e001fa26cdd5c4927a911

Authored by Joenio Costa
1 parent ee082f46

Do not keep failed jobs in the delayed_job table

(ActionItem2694)
Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
config/initializers/delayed_job_config.rb
1 1 Delayed::Worker.backend = :active_record
2 2 Delayed::Worker.max_attempts = 2
3 3 Delayed::Worker.max_run_time = 10.minutes
4   -Delayed::Worker.destroy_failed_jobs = false
... ...