qri-io / qri

you're invited to a data party!
https://qri.io
GNU General Public License v3.0
1.1k stars 66 forks source link

feat(automation): cancel runs early #1946

Closed ramfox closed 2 years ago

ramfox commented 2 years ago

We want a user to be able to cancel runs early, both "apply" and "commit" runs. We also want to be able to cancel Deploys & Workflows.

However, can we cancel saves, mid save? Let's look at the code path.

Because the concerns happen in different places. If we are trying to cancel a "deploy", it may be that we are canceling during a "save", "workflow update", or "run".

Just Runs