-
-
Notifications
You must be signed in to change notification settings - Fork 277
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
Duplicate job was pushed ( v6.0.13 ) #414
Comments
@metapraveen that is a new issue. Version 6 was always pretty bad at keeping locks around for longer than necessary but I haven't had any complaints about duplicate locks. Are you sure that you are not just seeing a log about duplication because of the |
My jobs supposed to make x number of HTTP calls, but it makes 2x in production which means the job is duplicated. |
I spent some time trying to debug this issue and came to the following conclusion. The bug happens when there is a conflict and log strategy is called. The strategy uses I believe this issue has been solved in the |
Ah, I'll cut a new release @kolo ! Thanks a bunch for taking the time to both investigate and then present your findings. |
Fixed in |
Describe the bug
We have 2 instances running sidekiq, I used this gem to avoid duplication but got duplication.
Gem version 6.0.13
Expected behavior
Jobs pushed should have been unique
Current behavior
I see 2 similar jobs getting pushed
Worker class
Additional context
I would like to debug the gem and see if I can get to the issue, but I may need a starting point to look in the right direction.
The text was updated successfully, but these errors were encountered: