mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-08-15 04:01:06 +00:00

### What problem does this PR solve? Issue #8602 `parser_config.task_page_size` can be defaults to `None` when dataset is created by API. This was not handled by the `task_executor.py` code thus `page_size` could sometimes be `None` which will cause issue in line 351. ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)