Enable n8n Queue-Mode for Scaling
mainn8n supports a queue-mode where workloads are shared between multiple instances using BullMQ and a Redis server. This allows for shared load and improved availability, though the controller instance remains a single point of failure.
To enable queue-mode in this Helm chart, set scaling.enabled to true. By default, the chart is configured to spawn two worker instances.
scaling:
enabled: true