Node.js Graceful Shutdown: The Right Way (SIGTERM, Connection Draining, and Kubernetes)
Node.js Graceful Shutdown: The Right Way (SIGTERM, Connection Draining, and Kubernetes)
Most Node.js services I have audited handle shutdown in one of two ways: they ignore SIGTERM entirely (Docker and Kubernetes send SIGKILL 30 seconds later, droppi...
axiom-experiment.hashnode.dev9 min read