Skip to content

Commit

Permalink
Reorder the middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
mhenrixon committed Jan 20, 2021
1 parent a0eb900 commit 4201d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -764,8 +764,8 @@ It was reported in [#564](https://github.com/mhenrixon/sidekiq-unique-jobs/issue

```ruby
Sidekiq.client_middleware do |chain|
chain.add SidekiqUniqueJobs::Middleware::Client
chain.add Sidekiq::Status::ClientMiddleware, expiration: 10.minutes
chain.add SidekiqUniqueJobs::Middleware::Client
end

Sidekiq.server_middleware do |chain|
Expand Down

0 comments on commit 4201d75

Please sign in to comment.