refine docs for 0.9.0 release (#1812)

### What problem does this PR solve?



### Type of change

- [x] Documentation Update
This commit is contained in:
Kevin Hu
2024-08-05 18:10:10 +08:00
committed by GitHub
parent fe797bcc66
commit 5b013da4d6
7 changed files with 15 additions and 14 deletions

View File

@ -311,7 +311,8 @@ class DocumentService(CommonService):
prg = 0
finished = True
bad = 0
status = d["run"]#TaskStatus.RUNNING.value
e, doc = DocumentService.get_by_id(d["id"])
status = doc.run#TaskStatus.RUNNING.value
for t in tsks:
if 0 <= t.progress < 1:
finished = False