JobQueueOptions.cluster property

Broker nodes to connect to, as host/port pairs. The broker is Redis.

Signature:

cluster?: {
        host: string;
        port: number;
    }[];

Remarks

Omit this and the queue connects to a single localhost:6379, which is @imqueue/core's default endpoint rather than a one-node cluster. Give two or more entries only when the broker really is clustered — core spreads the queue across the nodes it is given.

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