1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Fix exception spewing in the case of downtime, fixes #2860

This commit is contained in:
Mike Perham 2016-03-01 08:57:38 -08:00
parent 7c7bd3a81f
commit dd420c5599

View file

@ -110,6 +110,7 @@ module Sidekiq
end
end
sleep(1)
nil
end
def process(work)