Skip to content

Commit

Permalink
Add changelog for MatterMiners#224
Browse files Browse the repository at this point in the history
  • Loading branch information
giffels committed Feb 24, 2023
1 parent 55b91fd commit 4c39f93
Show file tree
Hide file tree
Showing 2 changed files with 11 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 @@ -23,6 +23,7 @@ Changed
-------

* Remove granularity in Standardiser to enable earlier creation of new drones
* Introduced Bulk Executor and HTCondor Bulk Operations
* 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
10 changes: 10 additions & 0 deletions docs/source/changes/224.changed_htcondor_bulk_operations.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
category: changed
summary: "Introduced Bulk Executor and HTCondor Bulk Operations"
description: |
Introduced bulk execution to HTCondor SiteAdapter including generic AsyncBulkCall framework class for collecting
tasks to execute in bulk. HTCondorAdapter uses bulk executions for its commands `deploy resource`, `stop resource` and
`terminate resource`. Changes the Resource UUID format used by the HTCondor Site adapter to `ClusterId.ProcId`.
issues:
- 223
pull requests:
- 224

0 comments on commit 4c39f93

Please sign in to comment.