@ejhayes/nestjs-bullmq
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

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.

Dependencies (0)

    Dev Dependencies (34)

    Package Sidebar

    Install

    npm i @ejhayes/nestjs-bullmq

    Weekly Downloads

    2

    Version

    1.1.1

    License

    MIT

    Unpacked Size

    87.7 kB

    Total Files

    93

    Last publish

    Collaborators

    • ejhayes