Skip to content

Commit

Permalink
Fix typo sidkiq_options (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
nthx authored Oct 17, 2023
1 parent b3221ea commit 37a1f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sidekiq/throttled/job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module Throttled
# include Sidekiq::Job
# include Sidekiq::Throttled::Job
#
# sidkiq_options :queue => :my_queue
# sidekiq_options :queue => :my_queue
# sidekiq_throttle :threshold => { :limit => 123, :period => 1.hour }
#
# def perform
Expand Down

0 comments on commit 37a1f1d

Please sign in to comment.