JobQueue.start() method

Starts processing the job queue, refusing to start without a handler.

Signature:

start(): Promise<JobQueue<T>>;

Returns:

Promise<JobQueue<T>>

this queue, once the broker connection is up

Exceptions

TypeError if no handler has been registered with JobQueue.onPop() — a combined queue with nothing to consume its own jobs is treated as a mistake rather than started

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