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 a health check endpoint #2053

Closed
DavisRayM opened this issue Apr 14, 2021 · 1 comment · Fixed by #2097
Closed

Add a health check endpoint #2053

DavisRayM opened this issue Apr 14, 2021 · 1 comment · Fixed by #2097

Comments

@DavisRayM
Copy link
Contributor

DavisRayM commented Apr 14, 2021

Suggested Feature / Enhancement

Currently the application provides no way of knowing whether all the core parts(Database connection, Cache connection, e.t.c) are working as expected. It would help quite a lot if an endpoint was added that provided such information rather than requiring a user to hit a data endpoint or something of the sort

Benefits of implementing the feature/enhancement

  • Easier to retrieve application status

Suggested implementation plan(Steps to be taken to implement feature)

  • N/A
@DavisRayM
Copy link
Contributor Author

Some statuses that would be nice to have on the endpoint (This is not a definitive list):

  • Postgres / Database status
  • Cache status
  • Messaging app status ? Whether MQTT requests are successful e.t.c ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants