This is an automated email from the ASF dual-hosted git repository.
lidongdai pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 100a9ba to #7055: tenant-auto-create: true (#7056)
100a9ba is described below
commit 100a9ba3fc21764158593bd33e2b261b0ef39982
Author: zwZjut <[email protected]>
AuthorDate: Tue Nov 30 16:44:13 2021 +0800
to #7055: tenant-auto-create: true (#7056)
Co-authored-by: honghuo.zw <[email protected]>
---
dolphinscheduler-server/src/main/resources/application-worker.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dolphinscheduler-server/src/main/resources/application-worker.yaml
b/dolphinscheduler-server/src/main/resources/application-worker.yaml
index d7bca09..d30f86d 100644
--- a/dolphinscheduler-server/src/main/resources/application-worker.yaml
+++ b/dolphinscheduler-server/src/main/resources/application-worker.yaml
@@ -28,7 +28,7 @@ worker:
# worker host weight to dispatch tasks, default value 100
host-weight: 100
# worker tenant auto create
- tenant-auto-create: false
+ tenant-auto-create: true
# worker max cpuload avg, only higher than the system cpu load average,
worker server can be dispatched tasks. default value -1: the number of cpu
cores * 2
max-cpu-load-avg: -1
# worker reserved memory, only lower than system available memory, worker
server can be dispatched tasks. default value 0.3, the unit is G