thaoula / nestjs-bullmq

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:MIT License


Languages

Language:TypeScript 97.9%Language:JavaScript 1.9%Language:Shell 0.2%