082ad20913
- Add /health endpoint for liveness probe (fast, no dependencies) - Add /ready endpoint for readiness probe (checks database + redis) - Add /startup endpoint for startup probe (checks migrations) - Return 503 when not ready/started - Detailed check results in response - Include Kubernetes/Docker/Nginx configuration examples - Add comprehensive health check documentation - Include monitoring and alerting setup Phase 4 Task 45/68 completed
xiaoxia-saas API
结构
app/core/:配置与基础能力app/api/:路由组织app/schemas/:请求响应模型app/dependencies.py:依赖注入入口main.py:FastAPI 启动入口
当前可用接口
GET /api/healthGET /api/projects?workspace_id=...POST /api/projects