We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Current behaviour (10.7.6) bos rebalance --avoid channel1 --avoid channel2 [....] -- avoid channel-n
as soon as an invalid channel is found the application stops with error
404, 'FailedToFindChannelToAvoid'
Instead, the application can parse all --avoid flags to ensure there are no other errors so that in next run all of them can be corrected in one go.
The text was updated successfully, but these errors were encountered:
created pull request #124
Sorry, something went wrong.
You can use the edge format for avoiding and that will not terminate
Thanks for updating
No branches or pull requests
Current behaviour (10.7.6)
bos rebalance --avoid channel1 --avoid channel2 [....] -- avoid channel-n
as soon as an invalid channel is found the application stops with error
404, 'FailedToFindChannelToAvoid'
Instead, the application can parse all --avoid flags to ensure there are no other errors so that in next run all of them can be corrected in one go.
The text was updated successfully, but these errors were encountered: