Gracefully restart node.js http cluster with zero downtime. Shutdown server without active inbound connections reset.
Stars
22
Forks
9
Watchers
22
Open Issues
3
Overall repository health assessment
Also clear the shutdown timer in GracefulServer, even though we're process.exit(0)'ing immediately afterwards. Leaking resources is no bueno.
29ba508View on GitHubImprove documentation, add exitFunction to list of graceful cluster options.
1b95d11View on GitHubInstead of calling process.exit(0), call a possibly user supplied exit function.
9bf62ebView on GitHub