bullmq - v5.64.0
    Preparing search index...

    Type Alias RepeatableJob

    type RepeatableJob = {
        endDate: number | null;
        id: string | null;
        key: string;
        name: string;
        next: number;
        pattern: string;
        tz: string | null;
    }
    Index

    Properties

    endDate: number | null
    id: string | null
    key: string
    name: string
    next: number
    pattern: string
    tz: string | null