This commit is contained in:
yumoqing 2025-09-09 10:55:00 +08:00
parent 5be7aa9d3a
commit a082c41dbc

View File

@ -136,7 +136,8 @@ async def async_uapi_request(request, llm, sor):
if not rzt.status or rzt.status == 'FAILED': if not rzt.status or rzt.status == 'FAILED':
debug(f'{b=} return error') debug(f'{b=} return error')
return return
if rzt.url: if rzt.status == 'SUCCESSED':
debug(f'{b=} return successed')
return return
period = llm.query_period or 30 period = llm.query_period or 30
asyncio.sleep(period) asyncio.sleep(period)