From 12984d907dc06b4bf1ccd96c997f51f4ced3ce93 Mon Sep 17 00:00:00 2001 From: john Date: Wed, 24 Dec 2025 20:20:27 +0000 Subject: [PATCH] apparently you need health check ports --- n8n-task-runners.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/n8n-task-runners.json b/n8n-task-runners.json index e9d2017..4ad3054 100644 --- a/n8n-task-runners.json +++ b/n8n-task-runners.json @@ -2,6 +2,7 @@ "task-runners": [ { "runner-type": "javascript", + "health-check-server-port": "5681", "env-overrides": { "NODE_FUNCTION_ALLOW_BUILTIN": "crypto", "NODE_FUNCTION_ALLOW_EXTERNAL": "moment,uuid" @@ -9,6 +10,7 @@ }, { "runner-type": "python", + "health-check-server-port": "5682", "env-overrides": { "PYTHONPATH": "/opt/runners/task-runner-python", "N8N_RUNNERS_STDLIB_ALLOW": "json",