OptionalblockingDenotes commands should retry indefinitely.
Options for connecting to a Redis instance.
OptionaldefaultOptionalprefixPrefix for all queue keys.
OptionalsettingsAdvanced options for the repeatable jobs.
OptionalskipSkip Meta update.
If true, the queue will not update the metadata of the queue. Useful for read-only systems that do should not update the metadata.
OptionalskipAvoid version validation to be greater or equal than v5.0.0.
OptionalskipSkip waiting for connection ready.
In some instances if you want the queue to fail fast if the connection is not ready you can set this to true. This could be useful for testing and when adding jobs via HTTP endpoints for example.
OptionalstreamsOptions for the streams used internally in BullMQ.
Options for the events stream.
Max approximated length for streams. Default is 10 000 events.
OptionaltelemetryTelemetry client
Options for the Queue class.