update readme

Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
This commit is contained in:
Pascal Sthamer
2026-04-07 13:10:52 +02:00
parent d07ef7376a
commit 4c50916fd6
2 changed files with 136 additions and 9 deletions
@@ -776,6 +776,11 @@
"description": "Enable debug mode for backend, which enables extra logging. orborus.debug, worker.debug, and app.debug should be set to identical values, if shuffle manages these deployments.",
"default": false
},
"autoGOMEMLIMIT": {
"type": "boolean",
"description": "Automatically set GOMEMLIMIT environment variable to 90% of the container memory limit.",
"default": true
},
"cleanupSchedule": {
"type": "number",
"description": "The interval in seconds at which the cleanup job runs",
@@ -2069,6 +2074,11 @@
"description": "Enable debug mode for orborus, which enables extra logging. orborus.debug, worker.debug, and app.debug should be set to identical values, if shuffle manages these deployments.",
"default": false
},
"autoGOMEMLIMIT": {
"type": "boolean",
"description": "Automatically set GOMEMLIMIT environment variable to 90% of the container memory limit.",
"default": true
},
"executionConcurrency": {
"type": "number",
"description": "The maximum amount of concurrent workflow executions per worker",
@@ -2718,6 +2728,11 @@
"description": "Enable debug mode for worker, which enables extra logging. orborus.debug, worker.debug, and app.debug should be set to identical values, if shuffle manages these deployments.",
"default": false
},
"autoGOMEMLIMIT": {
"type": "boolean",
"description": "Automatically set GOMEMLIMIT environment variable to 90% of the container memory limit.",
"default": true
},
"manageAppDeployments": {
"type": "boolean",
"description": "Whether apps are deployed and managed by worker. When disabled, every used app is expected to to be already deployed (see apps.enabled).",