Clusters have self-reference preventing cleanup
Open
- Dominant language
- Python
- Stars
- 1.7k
- Forks
- 778
- Avg merge
- 2h 50m
- Merged PRs (30d)
- 3
Description
@jcrist just mentioned this, the `Cluster._watch_worker_status` coroutine may contain a reference to the cluster (presumably `self`) and so may keep the cluster alive. We might want to consider making this a classmethod and a weak reference.
Contributor guide
Assessment
This issue has not been assessed yet.