1
0
Fork 0
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:
Franz Liedke 2022-02-03 17:39:24 +01:00 committed by GitHub
parent 83201e9a85
commit 72f0dddac7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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