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:
parent
4076577ec8
commit
1c0fbed6ad
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
require 'fileutils'
|
||||
|
||||
class Sidekiqctl
|
||||
DEFAULT_KILL_TIMEOUT = 10
|
||||
DEFAULT_KILL_TIMEOUT = 30
|
||||
|
||||
attr_reader :stage, :pidfile, :kill_timeout
|
||||
|
||||
|
|
|
@ -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: [],
|
||||
|
|
Loading…
Add table
Reference in a new issue