ragflow/api/apps/sdk
tedhappy adbac19618 fix(sdk): add cancel_all_task_of call in stop_parsing endpoint
The SDK API endpoint DELETE /datasets/{id}/chunks only updated
database status but did not send cancellation signal via Redis,
causing background tasks to continue and complete.

This fix adds cancel_all_task_of(id) call to properly stop
background parsing tasks, consistent with the web API behavior.
2025-12-04 17:49:06 +08:00
..
agents.py Feat: Alter flask to Quart for async API serving. (#11275) 2025-11-18 17:05:16 +08:00
chat.py Feat: Alter flask to Quart for async API serving. (#11275) 2025-11-18 17:05:16 +08:00
dataset.py Feat: Alter flask to Quart for async API serving. (#11275) 2025-11-18 17:05:16 +08:00
dify_retrieval.py Feat: Alter flask to Quart for async API serving. (#11275) 2025-11-18 17:05:16 +08:00
doc.py fix(sdk): add cancel_all_task_of call in stop_parsing endpoint 2025-12-04 17:49:06 +08:00
files.py Feat: Alter flask to Quart for async API serving. (#11275) 2025-11-18 17:05:16 +08:00
session.py Feat: Alter flask to Quart for async API serving. (#11275) 2025-11-18 17:05:16 +08:00