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
29a972add3
commit
fe323f988c
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ require 'fileutils'
|
|||
require 'sidekiq/api'
|
||||
|
||||
class Sidekiqctl
|
||||
DEFAULT_KILL_TIMEOUT = 10
|
||||
DEFAULT_KILL_TIMEOUT = 30
|
||||
CMD = File.basename($0)
|
||||
|
||||
attr_reader :stage, :pidfile, :kill_timeout
|
||||
|
|
|
@ -21,7 +21,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