From b74d6d96c7c208479ef50e9d26e9ee7719bf0ad9 Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Sun, 19 Jul 2026 11:54:43 +0200 Subject: [PATCH] Add health ports --- n8n-task-runners.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/n8n-task-runners.json b/n8n-task-runners.json index f5d9928..3a9991e 100644 --- a/n8n-task-runners.json +++ b/n8n-task-runners.json @@ -2,6 +2,8 @@ "task-runners": [ { "runner-type": "javascript", + "port": 5678, + "health-check-server-port": 5679, "env-overrides": { "NODE_FUNCTION_ALLOW_BUILTIN": "crypto", "NODE_FUNCTION_ALLOW_EXTERNAL": "moment,uuid" @@ -9,6 +11,8 @@ }, { "runner-type": "python", + "port": 5680, + "health-check-server-port": 5681, "env-overrides": { "PYTHONPATH": "/opt/runners/task-runner-python", "N8N_RUNNERS_STDLIB_ALLOW": "json",