Saturday, December 14, 2024

close-with-grace.js

mcollina/close-with-grace: Exit your process, gracefully (if possible) - for Node.js @GitHub

Exit your process, gracefully (if possible) - for Node.js

mcollina (Matteo Collina) @GitHub

from  TSC member @nodejs, Lead Maintainer @fastify, Conference Speaker, Ph.D.

Matteo Collina

npm i close-with-grace

const closeWithGrace = require('close-with-grace')
// default delay is 10000
// to disable delay feature at all, pass falsy value to delay option.
closeWithGrace({ delay: false }, () => await somethingUseful())

No comments: