How One Blocking Call Killed Our Entire FastAPI Service
Incident Recap
It happened to us on production environment:
Our FastAPI service suddenly started timing out every request, including the plain Kubernetes health checks that didn’t touch the database or any external dependencies.
We restarted the de...
jiehan.hashnode.dev8 min read