cluster-master-ext
Version:
A module for taking advantage of the built-in `cluster` module in node v0.8+, enables rolling worker restarts, resizing, repl, events, configurable timeouts, debug method. Zero downtime deploy of workers. Extended version of cluster-master
34 lines (33 loc) • 952 B
JSON
{
"contributors": [
"Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"Jeff Barczewski <jeff.barczewski@gmail.com> (http://codewinds.com/blog.html)",
"Sean McCullough <mcculloughsean@gmail.com>"
],
"name": "cluster-master-ext",
"description": "A module for taking advantage of the built-in `cluster` module in node v0.8+, enables rolling worker restarts, resizing, repl, events, configurable timeouts, debug method. Zero downtime deploy of workers. Extended version of cluster-master",
"version": "1.0.2",
"repository": {
"type": "git",
"url": "git://github.com/jeffbski/cluster-master.git"
},
"main": "cluster-master.js",
"engines": {
"node": ">=0.7.7"
},
"bugs": {
"url": "http://github.com/jeffbski/cluster-master/issues"
},
"license": "BSD",
"keywords": [
"cluster",
"master",
"zero",
"downtime",
"deploy",
"worker",
"repl",
"rolling",
"resize"
]
}