Support PR: Task Runners page lacks mentioning of the field health-check-server-port (#3913)

This commit is contained in:
Luísa Endres
2025-11-24 12:32:08 +00:00
committed by GitHub
parent 214dd17c0f
commit 34078006a9

View File

@@ -158,6 +158,10 @@ You must also allowlist any first-party or third-party packages for use by the C
* `N8N_RUNNERS_STDLIB_ALLOW`: comma-separated list of allowed Python standard library packages.
* `N8N_RUNNERS_EXTERNAL_ALLOW`: comma-separated list of allowed Python packages.
#### Multiple runners and the port for the runner's health check server
When a single runner is configured, the *"health-check-server-port"* field found in the `n8n-task-runners.json` configuration file is optional and defaults to 5681. When multiple runners are configured, this is required and must be unique per runner. Refer to the launchers [config file documentation](https://github.com/n8n-io/task-runner-launcher/blob/main/docs/setup.md#config-file) for the full list of options and examples.
### 2. Build your custom image
For example, from the n8n repository root: