1
0
Fork 0
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:
Mike Perham 2013-03-26 22:57:12 -07:00
parent b765168d93
commit 979449c4d7

View file

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