TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Python package for /healthz API endpoints (Flask, Django)?

1 点作者 miraculixx8 个月前

2 条评论

bckr8 个月前
This seems like it answers its own question. In Flask or Django you add a route that does some health checks. I don’t understand what this is asking.<p>Ask HN shouldn’t link out
odie55338 个月前
Note that you probably should not add database checking in a health endpoint because it can cause a cascading failure where all your services then restart when the issue is just the database service.