You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the installation instructions, under Add the middleware, it states the following bit twice, once under the server config and once under the client config:
config.client_middleware do |chain|
chain.add SidekiqUniqueJobs::Middleware::Client
end
Is this correct? You'd expect client middleware to only be configured on the Sidekiq client, right?
The text was updated successfully, but these errors were encountered:
Hi,
In the installation instructions, under
Add the middleware
, it states the following bit twice, once under the server config and once under the client config:Is this correct? You'd expect client middleware to only be configured on the Sidekiq client, right?
The text was updated successfully, but these errors were encountered: