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

health-check/ping #145

Open
alfredodeza opened this issue Jun 27, 2016 · 0 comments
Open

health-check/ping #145

alfredodeza opened this issue Jun 27, 2016 · 0 comments

Comments

@alfredodeza
Copy link
Contributor

Using a similar solution for the callback system (see issue #110) implement a "ping" request to a remote destination so that when an instance fails it can be removed from rotation.

Configurable options should look like:

  • ping_frequency (in seconds). Note it is critical to allow enough time in between checks on the receiving end to avoid being marked as down.
  • ping_url: the remote host and endpoint that receives the request
  • ping_retries: Retry count for failed ping requests (non 200 responses back)

The code should determine what constitutes a working system for its various systems: database, rabbitmq, http)

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

No branches or pull requests

1 participant