-
Notifications
You must be signed in to change notification settings - Fork 59
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
Boefjes combined schedulers integration #4015
Merged
jpbruinsslot
merged 11 commits into
poc/mula/combined-schedulers
from
feat/boefje/combined-schedulers-integration
Jan 15, 2025
Merged
Boefjes combined schedulers integration #4015
jpbruinsslot
merged 11 commits into
poc/mula/combined-schedulers
from
feat/boefje/combined-schedulers-integration
Jan 15, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jpbruinsslot
changed the base branch from
poc/mula/combined-schedulers
to
main
January 8, 2025 11:24
jpbruinsslot
changed the base branch from
main
to
poc/mula/combined-schedulers
January 8, 2025 11:24
jpbruinsslot
commented
Jan 8, 2025
jpbruinsslot
commented
Jan 8, 2025
boefjes/boefjes/app.py
Outdated
if not p_item: | ||
logger.debug("Queue %s empty", queue.id) | ||
continue | ||
# TODO: check |
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.
Check what kind of response the scheduler gives when the queue is empty and handle this.
jpbruinsslot
commented
Jan 8, 2025
…-schedulers-integration
jpbruinsslot
commented
Jan 9, 2025
Donnype
approved these changes
Jan 15, 2025
…-schedulers-integration
jpbruinsslot
merged commit Jan 15, 2025
b31c366
into
poc/mula/combined-schedulers
5 of 8 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
Warning
Please check the SOURCE PR and the associated issue(s) to get the background and full context of this PR. This PR is to be merged into that source PR.
/queues
has been refactored to the/schedulers/{scheduler_id}/pop
endpoint how the task runner is popping off tasks. We don't have to iterate over all the organizational queues and check if items are still on the queue. We now can just pop off tasks from the queue.Issue link
Closes #3961