File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 1- ## v0.26.0
2-
3- ### New features
4- * Distinguished cancellation of a task
5- * Aborted state: Task canceled by HQ due to failure of a dependency or reaching fail limit of a job
6- * Canceled state: Task canceled by user
7-
81## Unreleased
92
103### Breaking change
2518 multiple resource request variants within the same task.
2619* Worker can be started with ` --min-utilization ` (so not only through autoalloc).
2720 Min-utilization is now respected also in main scheduler (no only autoalloc scheduler)
21+ * New "aborted" task state introduced; it is derived from "cancel" state.
22+ When HQ cancels a task (e.g. because dependency fails), it is now marked as "aborted";
23+ Task state "canceled" is now reserved for tasks that are canceled by the user.
2824
2925
3026## v0.25.1
You can’t perform that action at this time.
0 commit comments