You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: