0.1.1 • Published 9 years ago

mr-cluster v0.1.1

Weekly downloads
1
License
Apache-2.0
Repository
-
Last release
9 years ago

Mr. Cluster

Stupid, simple, config-based clustering

Usage

Config Keys:

  • clustering.entryPoint - The absolute path of your application's main script.
  • clustering.workerLimit (default: os.cpus().length) - The number of workers the cluster may spawn. If set to zero, clustering is disabled.