mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
fix wrong method name
This commit is contained in:
parent
b765168d93
commit
979449c4d7
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ module Sidekiq
|
|||
|
||||
def hard_shutdown_in(delay)
|
||||
after(delay) do
|
||||
watchdog("Manager#watch_for_shutdown died") do
|
||||
watchdog("Manager#hard_shutdown_in died") do
|
||||
# We've reached the timeout and we still have busy workers.
|
||||
# They must die but their messages shall live on.
|
||||
logger.info("Still waiting for #{@busy.size} busy workers")
|
||||
|
|
Loading…
Reference in a new issue