Skip to content

Commit

Permalink
Actually set unlock order correctly this time
Browse files Browse the repository at this point in the history
  • Loading branch information
David Roe authored and mhenrixon committed Jun 22, 2015
1 parent c69b243 commit cbe02e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/after_yield_worker.rb
@@ -1,6 +1,6 @@
class AfterYieldWorker
include Sidekiq::Worker
sidekiq_options queue: :working, retry: 1, backtrace: 10, after_yield: true
sidekiq_options queue: :working, retry: 1, backtrace: 10, unique_unlock_order: :after_yield
sidekiq_options unique: false

sidekiq_retries_exhausted do |msg|
Expand Down

0 comments on commit cbe02e3

Please sign in to comment.