dask-kubernetes icon indicating copy to clipboard operation
dask-kubernetes copied to clipboard

Errors in coroutines on closing a `KubeCluster` that was never entered/started

Open ig248 opened this issue 5 years ago • 0 comments

Steps to reproduce

PYTHONASYNCIODEBUG=1 python -c "from dask_kubernetes import KubeCluster; KubeCluster()"

shows a number of errors.

Update - fairly low priority in retrospect

this is due to no pod_template being provided. The error handling is happening in a coroutine - should it be made to fail synchronously for easier debugging?

ig248 avatar Jan 11 '20 20:01 ig248