Skip to content
New issue

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

Retries duplicates unique jobs #5

Closed
SergeyKishenin opened this issue Nov 11, 2012 · 3 comments
Closed

Retries duplicates unique jobs #5

SergeyKishenin opened this issue Nov 11, 2012 · 3 comments

Comments

@SergeyKishenin
Copy link

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

@mhenrixon
Copy link
Owner

I'll be getting to these issues today.

@mhenrixon
Copy link
Owner

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.

@SergeyKishenin
Copy link
Author

Oh, everything is alright now. I guess I had some mistakes in Sidekiq configuration. So I close issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants