@taskforcesh/bullmq-pro - v7.35.2
    Preparing search index...

    Interface JobsProOptions

    interface JobsProOptions {
        group?: { id: string };
    }

    Hierarchy

    Index

    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