feat: add asynchronously pull midjourney task progress in case the synchronization callback is fails

This commit is contained in:
RockYang
2024-01-12 18:24:28 +08:00
parent 857af61af1
commit cc628821e6
6 changed files with 89 additions and 33 deletions

View File

@@ -162,6 +162,7 @@ func main() {
if pool.HasAvailableService() {
pool.DownloadImages()
pool.CheckTaskNotify()
pool.SyncTaskProgress()
}
}),