TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Writing Healthy Health-Checks

28 pointsby baalimago6 months ago

1 comment

remram6 months ago
&quot;health checks&quot; are better broken down into &quot;liveness&quot; and &quot;readiness&quot; checks. You often want separate timings for the initial startup phase as well.<p>If your platform only has one &quot;health check&quot;, figure out first if it&#x27;ll be handled like a liveness check (restarting&#x2F;recreating the instance) or readiness check (merely taking it out of load-balancer backends), before you follow any kind of generic best-practice that might be using the same term in a different way.