Features:
- run a cluster,
- orchestrate workers pool (add, remove, scale workers group),
- keep the workers group of fixed size - workers disaster recovery
git clone git@github.com:pawk/node-pool.git
There are no dependencies for this project.
node src/index.js [worker/file/path]
lists all the workers
forks cluster with another worker
Autoscales workers group to desired size
kills worker denoted by num
parameter
exits from the application