Interface JobsProOptions

Hierarchy

  • JobsOptions
    • JobsProOptions

Properties

Properties

group?: {
    id: string;
}

A queue can be divided into an unlimited amount of groups that can be defined dynamically as jobs are being added to a queue.

The group option allows you to specify the unique group Id where the given job will belong to, and processed according to group mechanics.

For more information about groups

See

https://docs.bullmq.io/bullmq-pro/groups

Type declaration

  • id: string

Generated using TypeDoc