The task scheduling strategy is to deduce the number of task execution units required by the current job through the corresponding formula based on the average completion time of the task obtained after the job performance estimation, and determine the priority of the current job through this number. The scheduler will allocate appropriate and reasonable resources according to the determined priorities. The task scheduling strategy consists of two parts: assigning appropriate priorities to jobs and assigning algorithms.
正在翻译中..