1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
This commit is contained in:
Mike Perham 2012-06-12 07:07:53 -07:00
parent 222442e993
commit 04e62d73bc

View file

@ -1,6 +1,6 @@
class HardWorker
include Sidekiq::Worker
sidekiq_options :timeout => 60, :backtrace => 5, :timeout => 20
sidekiq_options :timeout => 20, :backtrace => 5
def perform(name, count, salt)
raise name if name == 'crash'