Async Beanstalk
    Preparing search index...

    Type Alias Job

    A job received from Beanstalk.

    type Job = {
        id: number;
        payload: string;
    }
    Index
    id: number

    The Beanstalk server's ID for the job.

    payload: string

    The raw job data.