-
Notifications
You must be signed in to change notification settings - Fork 94
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
Prevent commands which take Tasks IDs taking Job IDs. #6130
Conversation
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.
Small stuff:
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, tested as working, but there are a couple more commands to extend this to:
- set
- stop (stop tasks)
- hold (hold tasks)
Added these
Pretty sure this was already added. |
Co-authored-by: Ronnie Dutta <[email protected]>
Doing so can cause the scheduler to crash.
Branched from #6112 - drafted until that is in.
Closes #6125
Check List
CONTRIBUTING.md
and added my name as a Code Contributor.setup.cfg
(andconda-environment.yml
if present).CHANGES.md
entry included if this is a change that can affect users