An open API service indexing awesome lists of open source software.

https://github.com/restuwahyu13/nodejs-graceful-shutdown

Example implementation cluster and graceful shutdown
https://github.com/restuwahyu13/nodejs-graceful-shutdown

clustering graceful-shutdown nodejs

Last synced: 4 months ago
JSON representation

Example implementation cluster and graceful shutdown

Awesome Lists containing this project

README

        

# Node JS Graceful Shutdown

Graceful shutdown issue does not work with [npm](https://github.com/nodejs/help/issues/2613), it only works when running the application using `node` without `npm start`, if you have success solving this issue, you can create a pull request and I will merge your pull request into this branch.