-
-
Notifications
You must be signed in to change notification settings - Fork 467
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
[14.0] [ENH] queue_job: identity_key enhancements #544
[14.0] [ENH] queue_job: identity_key enhancements #544
Conversation
richard-willdooit
commented
Jun 16, 2023
- In production, a job which is waiting dependencies or which has started, but not completed, should not be repeated if the identity_key matches.
- In tests, the mock queue handler is now enhanced to allow better mimicking of the identity_key blocks from production.
- In tests, the mock queue handler now clears the enqueued jobs after performing them, to better reproduce what a production environment would do.
1. In production, a job which is waiting dependencies or which has started, but not completed, should not be repeated if the identity_key matches. 2. In tests, the mock queue handler is now enhanced to allow better mimicking of the identity_key blocks from production. 3. In tests, the mock queue handler now clears the enqueued jobs after performing them, to better reproduce what a production environment would do.
Hi @guewen, |
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, @guewen can you have a look?
@guewen gentle ping :) |
@simahawk I was still expecting this change: #546 (comment) |
@richard-willdooit I really need to move this fwd. I hope you don't mind if I'm finishing your work on #581 |