AnyJobQueuePublisher.push() method
Enqueues one job, optionally delayed or time-limited, and returns this queue.
Signature:
push(job: U, options?: PushOptions): T;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
job |
U | |
|
options |
(Optional) |
Returns:
T
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.