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
If a realfast_controller instance is redefined, then some commands suggest that there are multiple distributed clients going.
In [38]: rfc.restart()
2018-12-06 21:14:16 INFO distributed.client Receive restart signal from scheduler
2018-12-06 21:14:16 INFO distributed.client Receive restart signal from scheduler
2018-12-06 21:14:16 INFO distributed.client Receive restart signal from scheduler
The text was updated successfully, but these errors were encountered:
This happens when event loop is not closed properly (with shutdown or close methods). Issue should have been fixed by dask/distributed#1073, but that was a while ago.
If a realfast_controller instance is redefined, then some commands suggest that there are multiple distributed clients going.
The text was updated successfully, but these errors were encountered: