[fix#12170] If the worker's clock early than master node, will ignore dispatch time. (#12219) (#12798)

* add doc to guide user configure synchronized clocks.

Co-authored-by: Yann Ann <xiaoqiang.yann@gmail.com>
This commit is contained in:
Eric Gao 2022-11-07 20:28:19 +08:00 committed by GitHub
parent bcd7981e8a
commit 58b729f828
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,10 @@
### 模块介绍
- dolphinscheduler-master master模块提供工作流管理和编排服务。
- dolphinscheduler-worker worker模块提供任务执行管理服务。
- dolphinscheduler-alert 告警模块,提供 AlertServer 服务。
- dolphinscheduler-api web应用模块提供 ApiServer 服务。