Skip to content

Commit

Permalink
Added changelog for MatterMiners#209
Browse files Browse the repository at this point in the history
  • Loading branch information
giffels committed Feb 24, 2023
1 parent d6cd4ae commit 18fa216
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Added
Changed
-------

* Remove granularity in Standardiser to enable earlier creation of new drones
* SSHExecutor respects the remote MaxSessions via queueing
* Remove minimum core limit (Standardiser) from pool factory
* Change drone state initialisation and notification of plugins
Expand Down
7 changes: 7 additions & 0 deletions docs/source/changes/209.change_resource_granularity.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
category: changed
summary: "Remove granularity in Standardiser to enable earlier creation of new drones"
description: |
With granularity new drones are requested when `demand>supply+granularity`. Remove granularity in Standardiser to
enable earlier creation of new drones when `demand>supply`.
pull requests:
- 209

0 comments on commit 18fa216

Please sign in to comment.