Convert cleanup thread execution path into a process
Open
enhancement
- Dominant language
- Python
- Stars
- 26
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
Long running daemons will leak resources in downstream libraries on which we have no control and grow to consume too much memory.
A cleanup spawning into a process will clear resources upon completion by killing the handling process.
We can't fix all the issues in downstream libraries, as we won't know what different drivers will use.
Contributor guide
Assessment
This issue has not been assessed yet.