@sideloop/core
    Preparing search index...

    Interface JobOptions

    interface JobOptions {
        priority?: number;
        queue?: string;
        wait?: number;
        waitUtil?: Date;
    }
    Index

    Properties

    priority?: number
    queue?: string
    wait?: number

    The time to wait before executing the job, in milliseconds.

    waitUtil?: Date

    The time to wait until the job is executed.