UNPKG

bullmq

Version:

Queue for messages and jobs based on Redis

3 lines (2 loc) 167 B
import { JobsOptions } from './job-options'; export type JobSchedulerTemplateOptions = Omit<JobsOptions, 'jobId' | 'repeat' | 'delay' | 'deduplication' | 'debounce'>;