PushOptions.delay property
Milliseconds to wait before any worker may pick this job up. Omit it to make the job available immediately.
Signature:
delay?: number;
Remarks
This is also the delay the job is re-scheduled with if its handler throws, so it doubles as the retry back-off for that job.
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.