Distributed micro service master / slave election manager
npm install @d19n/node-mqThis package is developed for Nodejs applications using PM2 as a runtime process manager.
This package allows you to identify the current master application in your network and process the job once.
A master node is a healthy instance.
MQ_MONGODB_URL=
MQ_MONGODB_NAME=
const {isMasterNode} = require("@d19n/node-mq);