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 /healthcheck endpoint #307

Open
frabarz opened this issue Feb 16, 2021 · 0 comments
Open

Create a /healthcheck endpoint #307

frabarz opened this issue Feb 16, 2021 · 0 comments

Comments

@frabarz
Copy link
Contributor

frabarz commented Feb 16, 2021

Thomasnet is asking for a healthcheck endpoint to monitor the uptime of tesseract. It's a good idea to have it.
Healthcheck endpoints are usually called each minute, so the controller should just test light operations and live connections with other services, like the database. If everything is ok, return 200; if something's wrong, return 503.

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 a pull request may close this issue.

1 participant