1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-06-06 22:01:55 +00:00
This commit is contained in:
Newnius 2020-06-24 23:35:57 +08:00
parent 0feccd0a51
commit 00b2858180

View File

@ -399,6 +399,9 @@ func (optimizer *Optimizer) PredictReq(job Job, role string) MsgJobReq {
cmd := ""
params := map[string]int{}
log.Info(job)
log.Info(role)
psNumber := 0
workerNumber := 0
for _, task := range job.Tasks {