Skip to content

Commit 58c9e42

Browse files
committed
CHANGELOG updated
1 parent 080856d commit 58c9e42

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44

55
* `min-utilization` now considers only CPUs, not other resources
66

7+
### New features
8+
9+
* Complete rewrite of the main server scheduler, now based on MILP. This includes major rewrite of worker scheduler. It brings the following new features:
10+
* Better resource allocation in complex situations
11+
* Better handling resource variants
12+
* Correctly solves priorities
13+
* Better scheduler decisions in situations when single node & multi node tasks are mixed
14+
* Better handling of situations when a worker cannot run a task because of strict resource requests of resource fragmentation
15+
* Reduced the number of messages between server/worker when there are many tasks of the same resource requests
16+
* Non-delayed reaction when a pre-assigned tasks cannot be run because of time request
17+
718
## v0.25.1
819

920
### Fixes

0 commit comments

Comments
 (0)