ragflow/api/db
Stephen Hu 8d9d2cc0a9
Fix: some cases Task return but not set progress (#8469)
### What problem does this PR solve?
https://github.com/infiniflow/ragflow/issues/8466
I go through the codes, current logic:
When do_handle_task raises an exception, handle_task will set the
progress, but for some cases do_handle_task internal will just return
but not set the right progress, at this cases the redis stream will been
acked but the task is running.

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)

---------

Co-authored-by: Kevin Hu <kevinhu.sh@gmail.com>
2025-06-25 09:58:55 +08:00
..
services Fix: some cases Task return but not set progress (#8469) 2025-06-25 09:58:55 +08:00
__init__.py Feat: add MCP dashboard operations (#8460) 2025-06-25 09:26:04 +08:00
db_models.py Feat: add MCP dashboard operations (#8460) 2025-06-25 09:26:04 +08:00
db_utils.py Introduced beartype (#3460) 2024-11-18 17:38:17 +08:00
init_data.py Fix typo in code (#8327) 2025-06-18 09:41:09 +08:00
reload_config_base.py Format file format from Windows/dos to Unix (#1949) 2024-08-15 09:17:36 +08:00
runtime_config.py Update version display on web UI (#3405) 2024-11-14 17:51:21 +08:00