Beignet API reference
    Preparing search index...

    Type Alias RunOutboxDrainOptions

    Options for running one bounded outbox drain pass.

    type RunOutboxDrainOptions = {
        batchSize?: number;
        concurrency?: number;
        cwd?: string;
        modulePath?: string;
    }
    Index
    batchSize?: number
    concurrency?: number
    cwd?: string
    modulePath?: string