Allow interrupting safe import tasks
Open
feature
- Dominant language
- Python
- Stars
- 15.7k
- Forks
- 2.1k
- Avg merge
- 4d 21h
- Merged PRs (30d)
- 31
Description
Currently some long-running tasks cannot be interrupted by keyboard Ctrl+C. (e.g. 'chroma' plugin import scanning.
It would be nice to allow this to happen, assuming the task in question can be interrupted (e.g. chroma should be entirely read-only and should always be safe)
Contributor guide
Assessment
This issue has not been assessed yet.