0.0.2 • Published 2 years ago

@condor-labs/bullmq v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

ObjectPropertyDatatypeDefaultDescription
redisportNumber6379The port number to connect to.
redishostString127.0.0.1The hostname of the database you are connecting to.
redispasswordStringThe password of that Redis user.
optionsremoveOnComplete, removeOnFail, attempts, etcYou 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.

License

MIT