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

Support marking tasks as "interruptible" in pipeline definition for safe cancellation #11

Open
hlubek opened this issue Aug 4, 2021 · 1 comment

Comments

@hlubek
Copy link
Member

hlubek commented Aug 4, 2021

Scenario: Some tasks like database operations are not safe to cancel while the process is running
Idea: Add something like an interruptible flag to a task for marking the task as safe to cancel and only cancel tasks in the pipeline that are interruptible when cancelling a job.

@hlubek hlubek mentioned this issue Aug 4, 2021
@skurfuerst
Copy link
Contributor

Related: #22

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

2 participants