mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Oops, that's an instance
This commit is contained in:
parent
00dada50e1
commit
b639f3711c
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ module Sidekiq
|
|||
worker.sidekiq_retries_exhausted_block.call(msg)
|
||||
end
|
||||
rescue => e
|
||||
handle_exception(e, { :context => "Error calling retries_exhausted for #{worker}", :job => msg })
|
||||
handle_exception(e, { :context => "Error calling retries_exhausted for #{worker.class}", :job => msg })
|
||||
end
|
||||
|
||||
send_to_morgue(msg) unless msg['dead'] == false
|
||||
|
|
Loading…
Reference in a new issue