ClusteredRedisQueue.stop() method

Stops message handling on every server concurrently.

Signature:

stop(): Promise<ClusteredRedisQueue>;

Returns:

Promise<ClusteredRedisQueue>

this queue instance

Remarks

Connections are kept and any active subscription is retained, so servers joining afterwards are still subscribed to the remembered channel while remaining stopped. Use ClusteredRedisQueue.destroy() to tear the connections down.

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