-
Notifications
You must be signed in to change notification settings - Fork 175
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
[8.0] Improve performance of job delete/kill/reschedule API #7317
Merged
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
DIRACGridBot
added
the
alsoTargeting:integration
Cherry pick this PR to integration after merge
label
Nov 28, 2023
It's probably OK to also set |
sfayer
force-pushed
the
fix_deljob_speed
branch
from
November 28, 2023 17:21
27876d6
to
2fad6e0
Compare
Sure, I've added that now. |
fstagni
previously approved these changes
Nov 28, 2023
DIRACGridBot
added
sweep:done
All sweeping actions have been done for this PR
sweep:failed
Sweeping failed and needs manual intervention
labels
Nov 29, 2023
Sweep summary Sweep ran in https://github.com/DIRACGrid/DIRAC/actions/runs/7031089999 Failed:
|
fstagni
pushed a commit
to fstagni/DIRAC
that referenced
this pull request
Nov 29, 2023
sfayer
added a commit
to sfayer/DIRAC
that referenced
this pull request
Nov 29, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
alsoTargeting:integration
Cherry pick this PR to integration after merge
sweep:done
All sweeping actions have been done for this PR
sweep:failed
Sweeping failed and needs manual intervention
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.
Hi,
This adds a filter for checking the job states in the delete/kill/reschedule API to allow them to run in bulk as discussed in #7314.
I'm not sure the old checkJobStateTransition is actually used any more, but I've left it there in-case someone else is using it.
Closes #7314
BEGINRELEASENOTES
*Interfaces
FIX: Improve performance of job delete/kill/reschedule API
ENDRELEASENOTES