Skip to content

Commit def4bd7

Browse files
committed
baseline task bug fix
1 parent bdd1b90 commit def4bd7

File tree

1 file changed

+1
-0
lines changed
  • server/manager/internal/baseline

1 file changed

+1
-0
lines changed

server/manager/internal/baseline/task.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ func SendBaselineTask(agentIdList []string, user string, taskMsg def.AgentTaskMs
9595
ylog.Errorf("SendBaselineTask", err.Error())
9696
return
9797
}
98+
time.Sleep(5 * time.Second)
9899

99100
return
100101
}

0 commit comments

Comments
 (0)