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 29a972add3
commit fe323f988c
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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: [],