mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
💩, forgot to get this into 3.0
This commit is contained in:
parent
1302007349
commit
024bbfadbf
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ module Sidekiq
|
|||
handle_exception(e, { :context => "Error calling retries_exhausted" })
|
||||
end
|
||||
|
||||
send_to_morgue(msg)
|
||||
send_to_morgue(msg) unless msg['dead'] == false
|
||||
end
|
||||
|
||||
def send_to_morgue(msg)
|
||||
|
|
Loading…
Add table
Reference in a new issue