1
0
Fork 0
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:
Mike Perham 2014-03-28 10:15:55 -07:00
parent 1302007349
commit 024bbfadbf

View file

@ -121,7 +121,7 @@ module Sidekiq
handle_exception(e, { :context => "Error calling retries_exhausted" }) handle_exception(e, { :context => "Error calling retries_exhausted" })
end end
send_to_morgue(msg) send_to_morgue(msg) unless msg['dead'] == false
end end
def send_to_morgue(msg) def send_to_morgue(msg)