fix: try to fix tencent hunyuan #336

This commit is contained in:
CalciumIon
2024-07-05 20:00:52 +08:00
parent d306aea9e5
commit 6c5b3b51b0
5 changed files with 200 additions and 156 deletions

View File

@@ -24,7 +24,7 @@ func UpdateTaskBulk() {
//imageModel := "midjourney"
for {
time.Sleep(time.Duration(15) * time.Second)
common.SysLog("任务进度轮询开始")
common.SysLog(" 任务进度轮询开始")
ctx := context.TODO()
allTasks := model.GetAllUnFinishSyncTasks(500)
platformTask := make(map[constant.TaskPlatform][]*model.Task)