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

Start health checks early. #1319

Merged
merged 1 commit into from
Apr 8, 2017
Merged

Start health checks early. #1319

merged 1 commit into from
Apr 8, 2017

Commits on Apr 7, 2017

  1. Start health checks early.

    Do not wait a full tick cycle to execute the first health check.
    
    Additional changes:
    
    - Make request timeout configurable (for testing purposes).
    - Support synchronizing on health check goroutine termination through an
      internal wait group (for testing purposes).
    - Stop leaking by closing the HTTP response body.
    - Extend health check logging and use WARNING level for (continuously)
      failing health checks.
    timoreimann committed Apr 7, 2017
    Configuration menu
    Copy the full SHA
    60ea919 View commit details
    Browse the repository at this point in the history