ScheduleOptions
Defined in: packages/core/src/jobs/types.ts:162
Options for scheduling a recurring job.
Example
Section titled “Example”Properties
Section titled “Properties”uniqueKey?
Section titled “uniqueKey?”Defined in: packages/core/src/jobs/types.ts:167
Deduplication key. If a job with this key is already pending or processing, the schedule operation will not create a duplicate.