lib/sidekiq/throttled/communicator/callbacks.rb in sidekiq-throttled-0.6.6 vs lib/sidekiq/throttled/communicator/callbacks.rb in sidekiq-throttled-0.6.7
- old
+ new
@@ -59,10 +59,10 @@
@handlers[event.to_s].each do |callback|
begin
callback.call(payload)
rescue => e
handle_exception(e, {
- :context => "sidekiq:throttled".freeze
+ :context => "sidekiq:throttled"
})
end
end
end.resume
end