mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Use new terminology in examples (#5175)
This commit is contained in:
parent
83201e9a85
commit
72f0dddac7
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ require 'sidekiq'
|
|||
# PlainOldRuby.perform_async "like a dog", 3
|
||||
#
|
||||
class PlainOldRuby
|
||||
include Sidekiq::Worker
|
||||
include Sidekiq::Job
|
||||
|
||||
def perform(how_hard="super hard", how_long=1)
|
||||
sleep how_long
|
||||
|
|
Loading…
Reference in a new issue