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

schema: job mutations #5950

Open
oliver-sanders opened this issue Jan 30, 2024 · 0 comments
Open

schema: job mutations #5950

oliver-sanders opened this issue Jan 30, 2024 · 0 comments
Milestone

Comments

@oliver-sanders
Copy link
Member

oliver-sanders commented Jan 30, 2024

There are two mutations which are relevent to jobs:

  • Poll
  • Kill

Currently, these are implemented as task mutations for historical reasons. This means that we cannot poll or kill an arbitrary job, only the latest instance via the task.

We should preserve the ability to run these mutations against tasks as it's useful to be able to poll/kill the latest submission without knowing its number, however, we should add job mutations for finer control.

This essentially boils down to addressing this TODO:

# job actions
# TODO

And adding job filtering into the kill/poll commands.

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

No branches or pull requests

1 participant