This is an automated email from the ASF dual-hosted git repository.
lidongdai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git
The following commit(s) were added to refs/heads/master by this push:
new e0a0c7d solve the issues-7496 by replacing with en picture (#598)
e0a0c7d is described below
commit e0a0c7de119e7c51cb4294c9a7d353b06c96da8a
Author: SimthYao <[email protected]>
AuthorDate: Mon Dec 20 18:44:19 2021 +0800
solve the issues-7496 by replacing with en picture (#598)
Co-authored-by: yaoyingzhe <[email protected]>
---
docs/en-us/dev/user_doc/architecture/design.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en-us/dev/user_doc/architecture/design.md
b/docs/en-us/dev/user_doc/architecture/design.md
index 594fd40..c3db4c9 100644
--- a/docs/en-us/dev/user_doc/architecture/design.md
+++ b/docs/en-us/dev/user_doc/architecture/design.md
@@ -236,12 +236,12 @@ In the early scheduling design, if there is no priority
design and the fair sche
- The priority of the process definition is to consider that some
processes need to be processed before other processes. This can be configured
when the process is started or scheduled to start. There are 5 levels in total,
which are HIGHEST, HIGH, MEDIUM, LOW, and LOWEST. As shown below
<p align="center">
- <img
src="https://analysys.github.io/easyscheduler_docs_cn/images/process_priority.png"
alt="Process priority configuration" width="40%" />
+ <img
src="https://user-images.githubusercontent.com/10797147/146744784-eb351b14-c94a-4ed6-8ba4-5132c2a3d116.png"
alt="Process priority configuration" width="40%" />
</p>
- The priority of the task is also divided into 5 levels, followed by
HIGHEST, HIGH, MEDIUM, LOW, LOWEST. As shown below
<p align="center">
- <img
src="https://analysys.github.io/easyscheduler_docs_cn/images/task_priority.png"
alt="Task priority configuration" width="35%" />
+ <img
src="https://user-images.githubusercontent.com/10797147/146744830-5eac611f-5933-4f53-a0c6-31613c283708.png"
alt="Task priority configuration" width="35%" />
</p>