add documentation for --batch-wait

This commit is contained in:
Andreas Lutro 2016-03-31 19:58:11 +02:00
parent ff3c63c4ce
commit 7e620d5ee1

View File

@ -22,4 +22,7 @@ using carp much easier with salt.
The batch system maintains a window of running minions, so, if there are a
total of 150 minions targeted and the batch size is 10, then the command is
sent to 10 minions, when one minion returns then the command is sent to one
additional minion, so that the job is constantly running on 10 minions.
additional minion, so that the job is constantly running on 10 minions.
The ``--batch-wait`` argument can be used to specify a number of seconds to
wait after a minion returns, before sending the command to a new minion.