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

Add health endpoint #151

Merged
merged 2 commits into from
Nov 18, 2019
Merged

Add health endpoint #151

merged 2 commits into from
Nov 18, 2019

Commits on Nov 14, 2019

  1. Add health endpoint

    Adding the `/health` endpoint which can be used for Docker / K8s deployment. There are two common calls:
    
    * `/health` for liveliness
    * `/health?ready=true` for a ready check
    
    Currently both are implemented the same way as as soon as the service is live, it is also ready. This might change in the future.
    ruflin committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    dd6e999 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2019

  1. add changelog

    ruflin committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    4031708 View commit details
    Browse the repository at this point in the history