anomaly / anomaly/lab-python-server

Define and implement a health check endpoint

未关闭
#4 1 条评论 0 个 reaction 已指派 1 人 已被 @devraj 认领 在 GitHub 查看
主要语言
Python
星标
16
派生
4
PR 合并指标
30 天内没有已合并 PR

描述

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

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。