Add clusters to CHANGELOG.md

This commit is contained in:
Sybren A. Stüvel 2023-04-04 12:21:59 +02:00
parent 2a6cbcf030
commit 922e772efa

View File

@ -8,6 +8,7 @@ bugs in actually-released versions.
- Improve speed of queueing up >100 simultaneous job deletions. - Improve speed of queueing up >100 simultaneous job deletions.
- Improve logging of job deletion. - Improve logging of job deletion.
- Add Worker Cluster support. Workers can be members of any number of clusters. When assigned to a cluster, they will only work on jobs that are also assigned to that cluster. Jobs that do not have a cluster will be available to all workers, regardless of their cluster assignment. Another way to phrase this: a Worker will never pick up a job that is assigned to a cluster it is not part of.
## 3.2 - released 2023-02-21 ## 3.2 - released 2023-02-21