Skip to content

Commit

Permalink
Fix heroku wait time, change it to 30 from 10 (#4117)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyupatis authored and mperham committed Mar 2, 2019
1 parent edbefc4 commit e1b392d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/sidekiqload
Expand Up @@ -65,7 +65,7 @@ def handle_signal(launcher, sig)
# http://jira.codehaus.org/browse/JRUBY-4637
raise Interrupt
when 'TERM'
# Heroku sends TERM and then waits 10 seconds for process to exit.
# Heroku sends TERM and then waits 30 seconds for process to exit.
raise Interrupt
when 'TSTP'
Sidekiq.logger.info "Received TSTP, no longer accepting new work"
Expand Down

0 comments on commit e1b392d

Please sign in to comment.