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

    Interface WorkerProOptions

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

    Hierarchy

    • WorkerOptions
      • WorkerProOptions
    Index

    Properties

    Properties

    batch?: { size?: number }

    Type declaration

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

    Type declaration

    ttl?: number | JobTtlMap