From f694425b831d4f5b4a5c9120a4af50d6b70b869e Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 24 Apr 2026 18:42:50 +0800 Subject: [PATCH] bugfix --- llmage/asyncinference.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/llmage/asyncinference.py b/llmage/asyncinference.py index 061abca..004ef36 100644 --- a/llmage/asyncinference.py +++ b/llmage/asyncinference.py @@ -35,10 +35,6 @@ async def get_asynctask_status(request, taskid): recs = await sor.R('llmusage', {'taskid': taskid}) if recs: r = recs[0] - if r.status not in ['SUCCEEDED', 'FAILED']: - await query_task_status(request, r.id, onetime=True) - recs = await sor.R('llmusage', {'id': r.id}) - r = recs[0] output = await get_lastoutput(r.ioinfo) return output return {