This is an automated email from the ASF dual-hosted git repository.
chufenggao pushed a commit to branch 3.0.2-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/3.0.2-prepare by this push:
new 58b729f828 [fix#12170] If the worker's clock early than master node,
will ignore dispatch time. (#12219) (#12798)
58b729f828 is described below
commit 58b729f8285a93c988dd3ab5bccecd49111c61a4
Author: Eric Gao <[email protected]>
AuthorDate: Mon Nov 7 20:28:19 2022 +0800
[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 <[email protected]>
---
docs/docs/zh/about/glossary.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/docs/docs/zh/about/glossary.md b/docs/docs/zh/about/glossary.md
index 4817f72942..970e50c571 100644
--- a/docs/docs/zh/about/glossary.md
+++ b/docs/docs/zh/about/glossary.md
@@ -34,6 +34,10 @@
### 模块介绍
+- dolphinscheduler-master master模块,提供工作流管理和编排服务。
+
+- dolphinscheduler-worker worker模块,提供任务执行管理服务。
+
- dolphinscheduler-alert 告警模块,提供 AlertServer 服务。
- dolphinscheduler-api web应用模块,提供 ApiServer 服务。