From bc0a89c7c4532f2ad1d927686d04ab62a6e7b39c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ey=C3=BCp=20Ati=C5=9F?= Date: Sat, 2 Mar 2019 19:59:48 +0300 Subject: [PATCH] Fix heroku wait time, change it to 30 from 10 --- bin/sidekiqload | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/sidekiqload b/bin/sidekiqload index 0186c534b..f49cb26bf 100755 --- a/bin/sidekiqload +++ b/bin/sidekiqload @@ -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"