moleculer-healthcheck-mongo-middleware

0.0.1 • Public • Published

moleculer-mongo-checker

This project provides health checkers for moleculer-healthcheck-middleware for projects using moleculer-db-adapter-mongo.

Usage

This project gives createChecker functions to use with moleculer-healthcheck-middleware.

Initialize the Mongo Liveness check

const HealthMiddleware = require('@r2d2bzh/moleculer-healthcheck-middleware');
const MongoHealthcheck = require('@r2d2bzh/moleculer-mongo-healthcheck');

const broker = new ServiceBroker({
  middlewares: [
    middlewares: [HealthMiddleware({
      liveness: {
        createChecker: MongoHealthcheck.createLivenessChecker
      }
    })],
  ],
});

Readme

Keywords

none

Package Sidebar

Install

npm i moleculer-healthcheck-mongo-middleware

Weekly Downloads

0

Version

0.0.1

License

ISC

Unpacked Size

6.97 kB

Total Files

6

Last publish

Collaborators

  • r2d2-bzh