We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, DagsterGraphQLClient.terminate_runs and DagsterGraphQLClient.terminate_run only accept run_id/run_ids as parameter.
run_id
run_ids
The terminatePolicy can't be specified and hence defaults to SAFE_TERMINATE.
terminatePolicy
SAFE_TERMINATE
I suggest to add an addtional, optional param force: bool which, if true, will let the client execute with MARK_AS_CANCELED_IMMEDIATELY.
force: bool
MARK_AS_CANCELED_IMMEDIATELY
(See also #28182 for context)
Impacted by this issue? Give it a 👍! We factor engagement into prioritization.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What's the use case?
Currently, DagsterGraphQLClient.terminate_runs and DagsterGraphQLClient.terminate_run only accept
run_id
/run_ids
as parameter.The
terminatePolicy
can't be specified and hence defaults toSAFE_TERMINATE
.Ideas of implementation
I suggest to add an addtional, optional param
force: bool
which, if true, will let the client execute withMARK_AS_CANCELED_IMMEDIATELY
.Additional information
(See also #28182 for context)
Message from the maintainers
Impacted by this issue? Give it a 👍! We factor engagement into prioritization.
The text was updated successfully, but these errors were encountered: