optimize code for remove timeout and failed image drawing job

This commit is contained in:
RockYang
2024-04-21 21:44:28 +08:00
parent f9da18ad52
commit 47c5a0387b
6 changed files with 45 additions and 14 deletions

View File

@@ -113,7 +113,7 @@ func (p *ServicePool) CheckTaskStatus() {
continue
}
}
time.Sleep(time.Second * 10)
}
}()
}