Skip to content

Commit

Permalink
Fix demo worker signature
Browse files Browse the repository at this point in the history
  • Loading branch information
ixti committed Dec 5, 2023
1 parent 9a730bc commit 05a9b62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demo/app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
class PauzerDemoJob
include Sidekiq::Job

def perform
def perform(n)
puts "performing #{n}..."
sleep 1
end
end

0 comments on commit 05a9b62

Please sign in to comment.