From 7e620d5ee19080e3f655420cb000598ff582932d Mon Sep 17 00:00:00 2001 From: Andreas Lutro Date: Thu, 31 Mar 2016 19:58:11 +0200 Subject: [PATCH] add documentation for --batch-wait --- doc/topics/targeting/batch.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/topics/targeting/batch.rst b/doc/topics/targeting/batch.rst index 9348c7066b..0b60c5c8e4 100644 --- a/doc/topics/targeting/batch.rst +++ b/doc/topics/targeting/batch.rst @@ -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. \ No newline at end of file +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.