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

    Interface WorkerProOptions

    interface WorkerProOptions {
        group?: {
            concurrency?: number;
            limit?: { duration: number; max: number };
        };
        ttl?: number
        | JobTtlMap;
    }

    Hierarchy

    • WorkerOptions
      • WorkerProOptions
    Index

    Properties

    Properties

    group?: { concurrency?: number; limit?: { duration: number; max: number } }

    Type declaration

    • Optionalconcurrency?: number

      Maximum number of jobs to process in parallel for a given worker.

    • Optionallimit?: { duration: number; max: number }
    ttl?: number | JobTtlMap