mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-07 17:53:42 +08:00
feat: add asynchronously pull midjourney task progress in case the synchronization callback is fails
This commit is contained in:
@@ -162,6 +162,7 @@ func main() {
|
||||
if pool.HasAvailableService() {
|
||||
pool.DownloadImages()
|
||||
pool.CheckTaskNotify()
|
||||
pool.SyncTaskProgress()
|
||||
}
|
||||
}),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user