ClusteredRedisQueue.start() method

Starts every server's queue concurrently.

Signature:

start(): Promise<ClusteredRedisQueue>;

Returns:

Promise<ClusteredRedisQueue>

this queue instance

Remarks

A failure on any one server rejects this call while the others continue starting, and the cluster stays in the started state — so servers that join afterwards are still started automatically.

Always emits one informational log line, regardless of IMQOptions.verbose.

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