cluster-requiem
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -119,3 +119,3 @@ var util = require('util'); | ||
// Try to do a clean exit | ||
cluster.worker.disconnect(); | ||
cluster.worker.destroy(); | ||
} else { | ||
@@ -122,0 +122,0 @@ process.exit(0); |
{ | ||
"name": "cluster-requiem", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"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
7512