No More Dropped Metrics: Reliable Telemetry in Node.js
Node's shutdown is synchronous, and that's not changing any time soon. Plus, adding to the process' event loop would just extend the shutdown indefinitely. It's a good thing node's shutdown works the way it does.
Traditionally, developers have relied on custom