1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

fix merge bug

This commit is contained in:
Mike Perham 2015-10-07 15:33:25 -07:00
parent 56ea001c25
commit 561d9d43d7

View file

@ -79,7 +79,7 @@ module Sidekiq
(k, json)
end
def (k, json)
def (key, json)
begin
fails = 0
Processor::FAILURE.update {|curr| fails = curr; 0 }