A JobQueueStrategy which uses the configured SQL database to persist jobs in the queue. This strategy is used by the DefaultJobQueuePlugin.
Extends: PollingJobQueueStrategy
Implements: InspectableJobQueueStrategy
(injector: Injector) => () => (queueName: string) => Promise<Job | undefined>(job: Job<any>) => Promise<void>(options?: JobListOptions) => Promise<PaginatedList<Job>>(queueNames: string[] = [], olderThan?: Date) =>