-
-
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
4.0.1 => job no longer unique #117
Comments
You will have to specify the unique_lock for the job in that case. |
@phuongnd08 check if the changes in 4277109 helps you understand the problem better. If not I will try to improve it some more. |
I see hundred of job with the same type and arguments (no arguments actually) to be backlogged, so I don't think unique_lock value is the case. |
Oh, after reading the text I understand what you are saying. Let me verify my case. |
After upgrade to 4.0.1 I start seeing jobs kept being queued without uniqueness awareness.
The text was updated successfully, but these errors were encountered: