UNPKG

bullmq

Version:

Queue for messages and jobs based on Redis

11 lines (10 loc) 217 B
export type RepeatableJob = { key: string; name: string; id?: string | null; endDate: number | null; tz: string | null; pattern: string | null; every?: string | null; next?: number; };