cluster-requiem
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -125,5 +125,7 @@ var util = require('util'); | ||
Requiem.prototype._handleShutdown = function() { | ||
var self = this; | ||
process.on('message', function(msg) { | ||
if (msg == 'shutdown') { | ||
Requiem.begin(function() { | ||
self.begin(function() { | ||
if (cluster.isWorker) { | ||
@@ -130,0 +132,0 @@ // Try to do a clean exit |
{ | ||
"name": "cluster-requiem", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "high availability enhacements for clustering", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7836
183