ReferenceTypes
OverlapPolicy
type OverlapPolicy = "skip" | "queue";Defined in: packages/client/src/jobs/job-builder.ts:9
What happens when a job fires while its previous run is still going: skip drops the tick, queue runs it right after.
type OverlapPolicy = "skip" | "queue";Defined in: packages/client/src/jobs/job-builder.ts:9
What happens when a job fires while its previous run is still going: skip drops the tick, queue runs it right after.