Let ThreadPool exit gracefully. (#3653)

### What problem does this PR solve?

#3646

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
Kevin Hu
2024-11-26 16:31:07 +08:00
committed by GitHub
parent 5c59651bda
commit 0891a393d7
5 changed files with 37 additions and 39 deletions

View File

@ -65,7 +65,3 @@ class Crawler(ComponentBase, ABC):
elif self._param.extract_type == 'content':
result.extracted_content
return result.markdown