@condor-labs/bullmq
v0.0.2
Published
This module provide and useful helper to use bullmq library
Downloads
13
Readme
This module provides a useful helper to use the official bullmq library.
See official documentation here.
Compatibility
The minimum supported version of Node.js is v12.
How to use it
To use the library you just need to follow the following steps.
Install the library with npm:
npm install @condor-labs/bullmq
Import the library:
import bullmq = from '@condor-labs/bullmq';
settings
object properties
|Object| Property | Datatype | Default | Description | |------|-----------|-----------|-----------|-------------| |redis| port | Number | 6379 | The port number to connect to.| |redis| host | String | 127.0.0.1 | The hostname of the database you are connecting to.| |redis| password | String | | The password of that Redis user.| |options| removeOnComplete, removeOnFail, attempts, etc | | | You can check all the possible options in the official documentation|
Uploading a new version
npm publish --access public
Ref: https://docs.npmjs.com/getting-started/publishing-npm-packages
Note: you will need to have a NPM account, if you don't have one create one here: https://www.npmjs.com/signup
Contributors
The original author and current lead maintainer of this module is the @condor-labs development team.
More about Condorlabs Here.