apparently you need health check ports
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
"task-runners": [
|
"task-runners": [
|
||||||
{
|
{
|
||||||
"runner-type": "javascript",
|
"runner-type": "javascript",
|
||||||
|
"health-check-server-port": "5681",
|
||||||
"env-overrides": {
|
"env-overrides": {
|
||||||
"NODE_FUNCTION_ALLOW_BUILTIN": "crypto",
|
"NODE_FUNCTION_ALLOW_BUILTIN": "crypto",
|
||||||
"NODE_FUNCTION_ALLOW_EXTERNAL": "moment,uuid"
|
"NODE_FUNCTION_ALLOW_EXTERNAL": "moment,uuid"
|
||||||
@@ -9,6 +10,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"runner-type": "python",
|
"runner-type": "python",
|
||||||
|
"health-check-server-port": "5682",
|
||||||
"env-overrides": {
|
"env-overrides": {
|
||||||
"PYTHONPATH": "/opt/runners/task-runner-python",
|
"PYTHONPATH": "/opt/runners/task-runner-python",
|
||||||
"N8N_RUNNERS_STDLIB_ALLOW": "json",
|
"N8N_RUNNERS_STDLIB_ALLOW": "json",
|
||||||
|
|||||||
Reference in New Issue
Block a user