Do not execute the job with the same arguments as the retry job (#4814)
This commit is contained in:
parent
e821c00e74
commit
be7ffa2d75
4 changed files with 25 additions and 1 deletions
|
@ -13,4 +13,7 @@ end
|
|||
|
||||
Sidekiq.configure_client do |config|
|
||||
config.redis = redis_params
|
||||
config.client_middleware do |chain|
|
||||
chain.add Mastodon::UniqueRetryJobMiddleware
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue