You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
@jcrist just mentioned this, the
Cluster._watch_worker_statuscoroutine may contain a reference to the cluster (presumablyself) and so may keep the cluster alive. We might want to consider making this a classmethod and a weak reference.