Files
templates/blueprints/n8n-queue/meta.json
Mauricio Siu fe94f4ce0b feat: add n8n queue mode template
n8n running in queue mode (EXECUTIONS_MODE=queue): main instance for the
editor/webhooks, a scalable pool of workers (deploy.replicas driven by the
N8N_WORKER_REPLICAS env var), Redis (Bull) as the queue broker and
PostgreSQL as the database. Pinned to the current stable n8nio/n8n:2.30.4.

Closes #455

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-14 16:15:50 -06:00

19 lines
575 B
JSON

{
"id": "n8n-queue",
"name": "n8n Queue Mode",
"version": "2.30.4",
"description": "n8n running in queue mode for high-throughput production workloads: the main instance handles the editor and webhooks while a scalable pool of workers executes workflows from a Redis (Bull) queue, backed by PostgreSQL.",
"logo": "n8n.png",
"links": {
"github": "https://github.com/n8n-io/n8n",
"website": "https://n8n.io/",
"docs": "https://docs.n8n.io/hosting/scaling/queue-mode/"
},
"tags": [
"automation",
"workflow",
"low-code",
"queue"
]
}