Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ Is used if effective user is different from the ssh user.
Concurrency level::
Defines the maximum number of jobs executed at once.
This can prevent overload of system resources in a case of executing the job on a large number of hosts.
+
If a batch size is set, {SmartProxies} run batches of concurrent remote execution jobs.
For Ansible-based remote execution jobs, change the `foreman_ansible_proxy_batch_size` setting in the {ProjectWebUI} under *Administer* > *Settings* on the *Ansible* tab.
For Script-based remote execution jobs, change the `foreman_tasks_proxy_batch_size` setting in the {ProjectWebUI} under *Administer* > *Settings* on the *Tasks* tab.

Execution ordering::
Determines the order in which the job is executed on hosts.
Expand Down