Skip to content

Commit

Permalink
Merge pull request #920 from CommitChange/reduce-delayed-job-time
Browse files Browse the repository at this point in the history
Delayed Job run time is now 5 minutes
  • Loading branch information
wwahammy authored Sep 23, 2024
2 parents 93a5d96 + 5520212 commit 0e66e4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/initializers/delayed_job_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
Delayed::Worker.max_attempts = 1

Delayed::Worker.destroy_failed_jobs = false

Delayed::Worker.max_run_time = 5.minutes

0 comments on commit 0e66e4c

Please sign in to comment.