-
Notifications
You must be signed in to change notification settings - Fork 6
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
Provide require and filter only timeout hosts #31
Comments
Hi Wilfried,
|
It has been a long time since I've played with milkcheck. |
Nop,
The idea is to launch a first service that will check the connection with targeted nodes. |
The require dependancy could use an option to filter timed out hosts.
This way all services can be run on responding host.
For example, we could use milkcheck to run several benchmark (one at a time).
With the current behaviour (require), the benchmarking will stop on all hosts if at least one host is not OK.
With a require on succes (rc=0), the benchmarking will stop on the host not ok. In this case we could still run the remaining benchmarck
The text was updated successfully, but these errors were encountered: