HubSpot / BuckyServer

Node server that receives metric data over HTTP & forwards to your service of choice
http://github.hubspot.com/bucky
MIT License
195 stars 33 forks source link

add clustering support #11

Open zachpendleton opened 9 years ago

zachpendleton commented 9 years ago

not sure if this feature is interesting to anyone else, but I'd like to see easier clustering support in bucky.

feature is managed through a CLUSTER environment variable that allows a number of processes to launch to be passed to the app on start. if multiple instances are launched, they run on PORT, PORT + 1, PORT + 2, PORT + n.