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
Can you please test with >= v.1.0.0?
If you can provide a snippet that I can use to replicate that will help significantly. So far I've tried this one:
We were using version
1.0.0.alpha.1
with Sidekiq 5.5.9 when we noticed a strange issue where we would get many copies of jobs in our retry queue.We upgraded sidekiq to 7.1.2 but the issue persisted and could be reliably replicated until we removed
sidekiq-throttled
.Steps to replicate:
raise
in our case this job was not usingsidekiq-throttled
Whilst investigating we removed this dependency and the issue stopped presenting itself.
The text was updated successfully, but these errors were encountered: