mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-16 19:35:26 +02:00
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>
19 lines
575 B
JSON
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"
|
|
]
|
|
}
|