Open
Description
Is there an existing issue for the same bug?
- I have checked the existing issues.
RAGFlow workspace code commit ID
...
RAGFlow image version
v0.16.0
Other environment information
I am working on an AWS virtual enviroment using ragflow via containers.
Actual behavior
When an already started to parse knowledge base is deleted and the parsing is not fully completed, the next documents you start to parse will be queued, assuming you have parse tasks left, even if you already deleted the knowledge base. My solution to this has been to restart my machine, but this has to be fixed.
Expected behavior
No response
Steps to reproduce
Start parsing documents in a knowledge base and delete it when some documents are still parsing, then create a new one and when you try to parse the new documents they will be queued.
Additional information
No response