We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
The problem is: when a job fails for some reasons Sidekiq requeues it creating many duplicates despite the fact that it's unique.
Actually the problem is described here but it's not a Sidekiq issue anymore.
Is there any way to avoid duplicating?
UPD:
I'm runnig Puma as a web server
The text was updated successfully, but these errors were encountered:
I'll be getting to these issues today.
Sorry, something went wrong.
None of our projects can duplicate this, might be a puma/thin issue? We get zero duplicated jobs on either WODstack or Taskk.
Might be that one of the previously commits fixed this.
Oh, everything is alright now. I guess I had some mistakes in Sidekiq configuration. So I close issue.
No branches or pull requests
Hi,
The problem is: when a job fails for some reasons Sidekiq requeues it creating many duplicates despite the fact that it's unique.
Actually the problem is described here but it's not a Sidekiq issue anymore.
Is there any way to avoid duplicating?
UPD:
I'm runnig Puma as a web server
The text was updated successfully, but these errors were encountered: