mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
fix typo
This commit is contained in:
parent
222442e993
commit
04e62d73bc
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue