Prioritized intra-groups
Last updated
Was this helpful?
Last updated
Was this helpful?
BullMQ Pro supports priorities per group. A job is prioritized in a group when group and priority options are provided together.
If you want to get the count
of jobs in prioritized
status (priorities higher than 0) or in waiting
status (priority 0) for specific group, use the getCountsPerPriorityForGroup
method. For example, let's say that you want to get counts for priority
1
and 0
:
💡
💡