anomaly / anomaly/lab-python-server
Define and implement a health check endpoint
Open
- Dominant language
- Python
- Stars
- 16
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
The API should provide a health check endpoint for the live environment to use and establish if a container is healthy enough to service requests, to establish this:
- [x] Check if there's a connection to the database
- [x] Check if there's a connection to the queue processor
- [ ] Check if the application can log
Do not attempt to read or write from the database, it's should be a very quick endpoint to respond
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.