PushOptions interface

Per-job scheduling options for JobQueuePublisher.push() and JobQueue.push() — when the job may first run, and how long it stays worth retrying.

Signature:

export interface PushOptions 

Properties

Property

Modifiers

Type

Description

delay?

number

(Optional) Milliseconds to wait before any worker may pick this job up. Omit it to make the job available immediately.

ttl?

number

(Optional) Milliseconds after which this job stops being re-scheduled, counted from the moment it is pushed.

Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.