@r2d2bzh/moleculer-mongo-checker

1.0.2 • 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 @r2d2bzh/moleculer-mongo-checker

Weekly Downloads

33

Version

1.0.2

License

ISC

Unpacked Size

2.64 kB

Total Files

3

Last publish

Collaborators

  • radiced
  • furanzujin
  • severine29
  • vivien-lelouette
  • r2d2-bzh
  • gautaz
  • flov22