anomaly / anomaly/lab-python-server
Define and implement a health check endpoint
Đang mở
- Ngôn ngữ chính
- Python
- Star
- 16
- Fork
- 4
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.