Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

ejhayes/nestjs-bullmq

Repository files navigation

DEPRECATED

This is now built into NestJS as of nestjs/bull#1129. Please consider switching to the officially supported version instead of this package.

npm i --save @nestjs/bullmq

Nest Logo

NPM Version Package License NPM Downloads

Description

BullMQ module for Nest. This should hopefully be a drop-in replacement for @nest/bull package.

There is one caveat with this implementation: Queue Schedulers. This library does not automatically create a queue scheduler because of the potential drain on resources:

It is ok to have as many QueueScheduler instances as you want, just keep in mind that every instance will perform some bookkeeping so it may create some noticeable CPU and IO usage in your Redis instances.

PRs welcome to fix this!

Installation

$ npm i --save @ejhayes/nestjs-bullmq

Quick Start

Overview & Tutorial

License

Nest is MIT licensed.