Sporades SDK API
    Preparing search index...

    Type Alias JobSummary

    Bounded server-only Job state returned from actor-scoped inspection.

    type JobSummary = {
        attempts: number;
        handler: string;
        id: string;
        status: JobStatus;
    }
    Index
    attempts: number
    handler: string
    id: string
    status: JobStatus