Do not execute the job with the same arguments as the retry job (#4814)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user