diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 9975d86d..bf9a27ca 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -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 diff --git a/docs/source/changes/209.change_resource_granularity.yaml b/docs/source/changes/209.change_resource_granularity.yaml new file mode 100644 index 00000000..df04fd9c --- /dev/null +++ b/docs/source/changes/209.change_resource_granularity.yaml @@ -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