forked from MatterMiners/tardis
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
docs/source/changes/224.changed_htcondor_bulk_operations.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |