-
-
Notifications
You must be signed in to change notification settings - Fork 276
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
Ignore lock when jobs spawned from another sidekiq worker #142
Comments
@mhenrixon please let me know if you have any thoughts. This issue is critical for production app. Thank you! |
Preferably to help you speed up a fix provide a failing example application or test. |
@mhenrixon thanks for response.
|
@mhenrixon version 3.0.15 of the gem appears to have been shipped with this problem, and is still available on RubyGems. Could you yank it so that people can't use that version by accident? Thanks! |
Done @goodgravy |
Everything works correct, it is not spawn job twice (while it is in queue or processing), when I add job in queue from terminal manually. But somehow, when same job, with same params adds in queue it ignores lock and I have same job with same params processing by same sidekiq worker.
I have below sidekiq options for worker
sidekiq_options unique: :until_executed
Is anyone have idea what the problem can be?
The text was updated successfully, but these errors were encountered: