Long running tasks should support cancellation
Open
- Dominant language
- C#
- Stars
- 729
- Forks
- 397
- Avg merge
- 3d 15m
- Merged PRs (30d)
- 149
Description
One ongoing issue with some long-running tasks (e.g. DownloadFromAzure, PushToBlobFeed, etc.) is that they don't support cancellation. So Ctrl+C during the build will simply wait for the task to finish. As we port tasks to Arcade, we should ensure that long running ones support cancellation.
Contributor guide
Assessment
This issue has not been assessed yet.