-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLI options "--async" and "--batch-size" are not compatible. #25362
Comments
--async
and --batch-size
CLI options are not compatible.
Hmm, yes. I'm not sure this ever worked. (I honestly haven't tried before.) We'll have to take a look here and see what it will take to ensure that batch mode runs correctly in asynchronous mode. Thanks very much for letting us know. Sorry about the oversight here! |
The fact the each new batch job gets its own jid, and current async job runs under a single jid, i am not sure if this would be a easy fix. @cachedout any idea as to how to make this work?? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue. |
This still seems to be an issue in 2019.2.3 |
Just noticed this behaviour on |
I guess this is in the works according to #55268 |
@danlsgiga sorry for late response. I've reopened this. |
I've confirmed this is still an issue on the head of 3006.x |
When invoking the Salt command line client with both the
--async
and--batch-size
options,--async
is ignored. The batch is run in the foreground, and the shell waits for it to return.The text was updated successfully, but these errors were encountered: