You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This never returns, while the behaviour I would expect is that it would return after 1 second and report incomplete state.
From the help:
Pepper ``salt`` Options:
Mimic the ``salt`` CLI
-t TIMEOUT, --timeout=TIMEOUT
Specify wait time (in seconds) before returning
control to the shell
My actual issue is with running a script on a lot of minions where some of them can actually disconnect before completion. I would like to be able to recover and continue, but my pepper call is getting stuck forever.
The text was updated successfully, but these errors were encountered:
This never returns, while the behaviour I would expect is that it would return after 1 second and report incomplete state.
From the help:
My actual issue is with running a script on a lot of minions where some of them can actually disconnect before completion. I would like to be able to recover and continue, but my pepper call is getting stuck forever.
The text was updated successfully, but these errors were encountered: