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:
parent
7c7bd3a81f
commit
dd420c5599
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ module Sidekiq
|
|||
end
|
||||
end
|
||||
sleep(1)
|
||||
nil
|
||||
end
|
||||
|
||||
def process(work)
|
||||
|
|
Loading…
Reference in a new issue