qin-sy commented on issue #13666:
URL:
https://github.com/apache/dolphinscheduler/issues/13666#issuecomment-1459644570
@EricGao888
在3.1.0的版本中修改WORKER_GROUPS内容后可以自动创建指定分组。3.1.4版本不行。
3.1.0:
```diff
env:
- WORKER_GROUPS_0: default
WORKER_MAX_CPU_LOAD_AVG: "-1"
WORKER_RESERVED_MEMORY: "0.3"
WORKER_EXEC_THREADS: "100"
WORKER_HEARTBEAT_INTERVAL: "10s"
WORKER_HEART_ERROR_THRESHOLD: "5"
WORKER_HOST_WEIGHT: "100"
- WORKER_GROUPS: "default"
+ WORKER_GROUPS: "another-works"
```

--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]