wankdanker / node-discover

Automatic and decentralized discovery and monitoring of nodejs instances with built in support for a variable number of master processes, service advertising and channel messaging.
229 stars 59 forks source link

Move leadership election to a replaceable module #34

Closed aikar closed 4 years ago

aikar commented 4 years ago

Enables users to implement leadership election (or disable it) in a custom manner.

Also fixes deprecation issue with new Buffer Also fixes bad implementation of masterTimeout. This will now function as expected.

@wankdanker

aikar commented 4 years ago

This was pulled in #35 so closing. Good catch on the fix I forgot in my master branch that I had in this branch.