mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
refine the message of queuing a task (#3437)
### What problem does this PR solve? ### Type of change - [x] Refactoring
This commit is contained in:
@ -334,7 +334,7 @@ class DocumentService(CommonService):
|
||||
def begin2parse(cls, docid):
|
||||
cls.update_by_id(
|
||||
docid, {"progress": random.random() * 1 / 100.,
|
||||
"progress_msg": "Task dispatched...",
|
||||
"progress_msg": "Task is queued...",
|
||||
"process_begin_at": get_format_time()
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user