graceful-process
graceful exit process even parent exit on SIGKILL.
Install
npm i graceful-process
Usage
Import this module and execute it on every child process file.
// mycli.ts
import { graceful } from 'graceful-process';
graceful({ logger: console, label: 'mycli-child-cmd' });
Support
- [x] cluster
- [x] child_process.fork()
- [ ] child_process.spawn()
Contributors
Made with contributors-img.