bullmq - v5.66.4
    Preparing search index...

    Interface LockManagerOptions

    interface LockManagerOptions {
        lockDuration: number;
        lockRenewTime: number;
        workerId: string;
        workerName?: string;
    }
    Index

    Properties

    lockDuration: number
    lockRenewTime: number
    workerId: string
    workerName?: string