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
- Host: GitHub
- URL: https://github.com/restuwahyu13/nodejs-graceful-shutdown
- Owner: restuwahyu13
- Created: 2024-08-24T19:44:08.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-25T04:51:29.000Z (8 months ago)
- Last Synced: 2024-11-09T08:07:16.108Z (6 months ago)
- Topics: clustering, graceful-shutdown, nodejs
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.