Queues

Queues are recipients of jobs (also called messages in other systems), a BullMQ Proxy can contain any number of queues, all sharing the same Redis instance. For practical purposes, the number of queues should be kept low, even though they are lightweight and do not consume CPU if they are not being used.

Queues can be found on the /queues endpoint. There are a number of operations that are provided in this endpoint which we will cover in the next sub pages.

Last updated