1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Bump shutdown timeout to 25 seconds, fixes #3968

This commit is contained in:
Mike Perham 2018-09-17 11:49:01 -07:00
parent 4076577ec8
commit 1c0fbed6ad
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
require 'fileutils'
class Sidekiqctl
DEFAULT_KILL_TIMEOUT = 10
DEFAULT_KILL_TIMEOUT = 30
attr_reader :stage, :pidfile, :kill_timeout

View file

@ -20,7 +20,7 @@ module Sidekiq
concurrency: 10,
require: '.',
environment: nil,
timeout: 8,
timeout: 25,
poll_interval_average: nil,
average_scheduled_poll_interval: 5,
error_handlers: [],