dask / dask/distributed

Clusters have self-reference preventing cleanup

Open
#3,112 0 comments 0 reactions 1 assignee Claimed by @jcrist View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.