From d6c7202bee9ee8ca43d97924d504bedcf078cb09 Mon Sep 17 00:00:00 2001 From: zouap Date: Mon, 10 Oct 2022 09:46:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=89=93=E5=8D=B0=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouap --- routers/repo/aisafety.go | 1 + 1 file changed, 1 insertion(+) diff --git a/routers/repo/aisafety.go b/routers/repo/aisafety.go index 60af18eed..4e8d777cf 100644 --- a/routers/repo/aisafety.go +++ b/routers/repo/aisafety.go @@ -193,6 +193,7 @@ func DelAiSafetyTask(ctx *context.Context) { } func syncAiSafetyTaskStatus(job *models.Cloudbrain) { + log.Info("start to query safety task status.") if isTaskNotFinished(job.Status) { if job.Type == models.TypeCloudBrainTwo { queryTaskStatusFromCloudbrainTwo(job)