hsun 1 year ago
parent
commit
ccba2e9e86
1 changed files with 2 additions and 2 deletions
  1. 2 2
      services/task.go

+ 2 - 2
services/task.go

@@ -94,8 +94,8 @@ func releaseTask() {
 
 	// 嘉悦物产
 	if utils.BusinessCode == utils.BusinessCodeJiaYue {
-		// 每15分钟定时同步增量指标
-		syncJiaYueNewIndex := task.NewTask("syncJiaYueNewIndex", "0 */15 * * * *", data.SyncJiaYueNewIndex)
+		// 每10分钟定时同步增量指标
+		syncJiaYueNewIndex := task.NewTask("syncJiaYueNewIndex", "0 */10 * * * *", data.SyncJiaYueNewIndex)
 		task.AddTask("定时同步嘉悦物产增量指标", syncJiaYueNewIndex)
 
 		// 每30分钟同步一次数据宝指标数据