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

    Interface QueueOptions

    interface QueueOptions {
        autoBatch?: AutoBatchOptions;
        connection?: ConnectionOptions;
        dataPath?: string;
        defaultJobOptions?: JobOptions;
        embedded?: boolean;
        prefixKey?: string;
    }
    Index
    autoBatch?: AutoBatchOptions
    connection?: ConnectionOptions
    dataPath?: string

    Must match the process-wide embedded manager when one is already active.

    defaultJobOptions?: JobOptions
    embedded?: boolean
    prefixKey?: string