Task scheduling method and device
Patent Information
- Authority / Receiving Office
- CN Β· China
- Patent Type
- Patents(China)
- Current Assignee / Owner
- QILIN HESHENG NETWORK TECH INC
- Publication Date
- 2021-06-04
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
Description
technical field
[0001] The present application relates to the field of computer equipment, in particular to a task scheduling method and device. Background technique
[0002] In big data processing, the efficiency of task scheduling directly affects the efficiency of big data processing, and also affects the ability of the data platform to execute tasks submitted by users.
[0003] At present, there are two main ways of task scheduling, one is based on DAG graph (Directed Acyclic Graph, non-loop directed graph) for task scheduling, for example, divide a job into multiple tasks, and create a DAG graph according to the dependencies between tasks , and perform task scheduling according to the DAG graph. The other is a scheduled task scheduling mechanism, specifically, configure a time interval, schedule tasks according to the configured time interval and trigger task execution.
[0004] In the above-mentioned first method, a complex DAG graph needs to be created in advance be...