Skip to content

Commit 1d8c24d

Browse files
authored
Update remote job execution documentation
Added additional criteria for Load Balancing policy in documentation.
1 parent b05b9c5 commit 1d8c24d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/administration/configuration/remote-job-execution.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,13 @@ rundeck.clusterMode.remoteExecution.config.groupWeight=1,0,0,0
190190
rundeck.clusterMode.remoteExecution.config.groupWeight=4,3,2
191191
```
192192

193+
**Other criterion available for the Load Balancing policy**
194+
195+
- `threadRatio`: Ratio of scheduler threads in use (default first criterion).
196+
- `load`: System load normalized by CPU count (default second criterion).
197+
- `systemLoadAverage`: Raw system load average exposed by the member.
198+
- `processors`: CPU core count for weighting/normalization.
199+
193200
### Cluster Remote Execution with Secure Options
194201

195202
When forwarding executions which include [Secure Options](/manual/jobs/job-options.md#secure-options), option values will be delivered

0 commit comments

Comments
 (0)