Skip to content

Commit 7407c29

Browse files
Add hint about related setting for REX concurrency
Fixes #38247 (Missing docs on how to REX batching works)
1 parent 2a33e30 commit 7407c29

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

guides/common/modules/ref_advanced-settings-in-the-job-wizard.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ Is used if effective user is different from the ssh user.
4343
Concurrency level::
4444
Defines the maximum number of jobs executed at once.
4545
This can prevent overload of system resources in a case of executing the job on a large number of hosts.
46+
+
47+
If a batch size is set, {SmartProxies} run batches of concurrent remote execution jobs.
48+
For Ansible-based remote execution jobs, change the `foreman_ansible_proxy_batch_size` setting in the {ProjectWebUI} under *Administer* > *Settings* on the *Ansible* tab.
49+
For Script-based remote execution jobs, change the `foreman_tasks_proxy_batch_size` setting in the {ProjectWebUI} under *Administer* > *Settings* on the *Tasks* tab.
4650

4751
Execution ordering::
4852
Determines the order in which the job is executed on hosts.

0 commit comments

Comments
 (0)