Socket
Socket
Sign inDemoInstall

@ejhayes/nestjs-bullmq

Package Overview
Dependencies
253
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ejhayes/nestjs-bullmq

Nest - modern, fast, powerful node.js web framework (@bullmq)


Version published
Maintainers
1
0

Weekly downloads

Readme

Source

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.

FAQs

Last updated on 27 Aug 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc