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

    Interface ExecutionListOptions

    Stable, bounded pagination for execution listings.

    interface ExecutionListOptions {
        limit?: number;
        offset?: number;
    }
    Index
    limit?: number

    Page size. Defaults to 100 and is capped at 1000.

    offset?: number

    Number of rows to skip in the deterministic createdAt/id order.