Skip to content

biosimulations/nestjs-bullmq

 
 

Repository files navigation

Nest Logo

NPM Version Package License NPM Downloads

Description

This package is a fork of @ejhayes/nestjs-bullmq that is customized to work with the build of BioSimulations. It also contains updates to some packages and dependencies to work with NestJS v8 without npm errors. While you are welcome to use this package, the original package may be better suited for your needs.

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 @biosimulations/nestjs-bullmq

Quick Start

Overview & Tutorial

License

Nest is MIT licensed.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 98.8%
  • Other 1.2%