IScheduler.delay<T = unknown>(): Promise<void>
Schedule a one-shot delayed job.
The job fires once after delayMs and is then auto-removed.
handler: SchedulerJobHandler<T>
Callback to invoke when the delay expires
optional
options: ScheduleOptions<T>
Optional payload and retry config