Skip to content

Commit cca43f3

Browse files
committed
Changelog updated
1 parent dd43d6e commit cca43f3

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
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
@@ -25,6 +18,9 @@
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

0 commit comments

Comments
 (0)