This commit is contained in:
yumoqing 2026-03-17 17:12:09 +08:00
parent 21acaca857
commit 6538efb6ac

View File

@ -527,7 +527,7 @@ where instance_id=${instance_id}$
return True return True
if some <= float(len(trecs))/float(len(recs)): if some <= float(len(trecs))/float(len(recs)):
return True return True
debug(f'部分成功模式:{some=},已完成:{len(trecs)=},总数:{len(recs)=}' debug(f'部分成功模式:{some=},已完成:{len(trecs)=},总数:{len(recs)=}')
return False return False
async def task_error_callback(self, ne_id, errmsg): async def task_error_callback(self, ne_id, errmsg):