Skip to content
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

Update elasticsearch install instructions #300

Merged
merged 1 commit into from Aug 24, 2016
Merged

Update elasticsearch install instructions #300

merged 1 commit into from Aug 24, 2016

Conversation

mikesea
Copy link
Contributor

@mikesea mikesea commented Aug 22, 2016

This ES healthcheck is prone to failure if ES takes longer than 10 seconds to boot and responds with a connection refused error. Switch to wget for the healthcheck to take advantage of the --retry-connrefused option, which will treat connection refused errors as transient and retry-able.

This ES healthcheck is prone to failure if ES takes longer than 10 seconds to boot and responds with a connection refused error. Switch to `wget` for the healthcheck to take advantage of the `--retry-connrefused` option, which will treat connection refused errors as transient and retry-able.
@felicianotech
Copy link
Contributor

Thank you for your contribution.

@felicianotech felicianotech merged commit d98af21 into circleci:master Aug 24, 2016
mtogstad added a commit to mtogstad/circleci-docs that referenced this pull request Nov 22, 2016
Updating for consistency, see circleci#300:
"This ES healthcheck is prone to failure if ES takes longer than 10 seconds to boot and responds with a connection refused error. Switch to `wget` for the healthcheck to take advantage of the `--retry-connrefused` option, which will treat connection refused errors as transient and retry-able."
felicianotech pushed a commit that referenced this pull request Nov 23, 2016
Updating for consistency, see #300:
"This ES healthcheck is prone to failure if ES takes longer than 10 seconds to boot and responds with a connection refused error. Switch to `wget` for the healthcheck to take advantage of the `--retry-connrefused` option, which will treat connection refused errors as transient and retry-able."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants