-
Notifications
You must be signed in to change notification settings - Fork 31
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
ability to wait for a condition #238
Comments
Timeout is supported in On Tue, Sep 13, 2016 at 10:00 AM, Ryan Eschinger [email protected]
Rebecca Skinner |
Ryan and I were having a chat about this, and it brought up this question: is there a way to integrate the functionality from smlr into this? |
Just piping in: please use the concepts from smlr, but not the code. I wrote it in a day in Germany and was very jet-lagged. It may be useful, but it's also awful. |
Just thinking aloud - perhaps we start with something like |
We probably should begin with that and |
you could also use |
It's kind of like having to write a curl command to download a file every time. It's "good enough" but eventually you want #250 |
In https://github.com/asteris-llc/converge-elk/blob/master/elk.hcl#L46, I am abusing
task.query
to wait for a service to become healthy. Should this be a native capability of converge?It it could behave similarly to
task.query
(or possiblyhealthcheck
) but with a built-in retry loop and timeout. Perhaps something like:The text was updated successfully, but these errors were encountered: