Skip to content

Commit

Permalink
Merge pull request #548 from askyLYZ/main
Browse files Browse the repository at this point in the history
baseline task bug fix
  • Loading branch information
hugebomb authored Nov 2, 2023
2 parents bdd1b90 + def4bd7 commit 6daf60c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/manager/internal/baseline/task.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ func SendBaselineTask(agentIdList []string, user string, taskMsg def.AgentTaskMs
ylog.Errorf("SendBaselineTask", err.Error())
return
}
time.Sleep(5 * time.Second)

return
}
Expand Down

0 comments on commit 6daf60c

Please sign in to comment.