Parcourir la source

屏蔽彭博检测

hongze il y a 3 ans
Parent
commit
e1c399f7ad
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      services/task.go

+ 2 - 2
services/task.go

@@ -119,8 +119,8 @@ func releaseTask() {
 	checkDataInterface := task.NewTask("checkDataInterface", "0 */2 * * * * ", data.CheckDataInterface)
 	task.AddTask("checkDataInterface", checkDataInterface)
 
-	checkPbDataInterface := task.NewTask("checkPbDataInterface", "0 */5 * * * * ", data.CheckPbDataInterface)
-	task.AddTask("checkPbDataInterface", checkPbDataInterface)
+	//checkPbDataInterface := task.NewTask("checkPbDataInterface", "0 */5 * * * * ", data.CheckPbDataInterface)
+	//task.AddTask("checkPbDataInterface", checkPbDataInterface)
 
 	//初始化指标更新状态
 	resetEdbInfoIsUpdate := task.NewTask("resetEdbInfoIsUpdate", "0 0 0 * * *", data.ResetEdbInfoIsUpdate)