bullmq - v5.64.0
    Preparing search index...

    Type Alias RepeatableJob

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

    Properties

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