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

Create a new api endpoint for health check #31

Open
yunxi-zhang opened this issue May 24, 2022 · 1 comment
Open

Create a new api endpoint for health check #31

yunxi-zhang opened this issue May 24, 2022 · 1 comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@yunxi-zhang
Copy link

At the moment, there's no health check api endpoint available. When deploying with load balancers for health checking, this is not possible.

Request a new endpoint for health checking purpose.

@ianco ianco added good first issue Good for newcomers help wanted Extra attention is needed labels May 24, 2022
@jcourt562
Copy link

jcourt562 commented Jun 21, 2022

You don't have to have another endpoint. We use for instance a GET on / that will return a 404 since the lack of a tails file specifier returns NOT FOUND. This gives proof of life but not proof of working state. That might be enough for you short term until this gets implemented.

Note this is also a duplicate of issue #5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants