update readme
Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
This commit is contained in:
@@ -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).",
|
||||
|
||||
Reference in New Issue
Block a user