bunqueue v2.8 API referenceall versions · guide
bunqueue
    Preparing search index...

    Interface CreateWorkerOptions

    Options for creating a worker

    interface CreateWorkerOptions {
        clientId?: string;
        hostname?: string;
        pid?: number;
        startedAt?: number;
        workerId?: string;
    }
    Index
    clientId?: string
    hostname?: string
    pid?: number
    startedAt?: number
    workerId?: string