Skip to content
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

When cancelling a rejudging, also delete the corresponding queue tasks. #2829

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

meisterT
Copy link
Member

Previously, when you did a large rejudging (say of a whole contest), abort it immediately, you would have a lot of queuetasks where each queue task doesn't have any remaining judge task to process. The judgedaemon would process these one at a time and assume there is no work to be done and sleep until processing the next one, so it would take hours to clean up the queue. We should address that behavior separately.

Previously, when you did a large rejudging (say of a whole contest),
abort it immediately, you would have a lot of queuetasks where each
queue task doesn't have any remaining judge task to process. The
judgedaemon would process these one at a time and assume there is no
work to be done and sleep until processing the next one, so it would
take hours to clean up the queue. We should address that behavior
separately.
@meisterT meisterT requested a review from eldering November 22, 2024 15:26
@meisterT meisterT added this pull request to the merge queue Nov 22, 2024
Merged via the queue into DOMjudge:main with commit 80c1a43 Nov 22, 2024
30 checks passed
@meisterT meisterT deleted the cancelrejudge branch November 22, 2024 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants