dask-kubernetes
dask-kubernetes copied to clipboard
Errors in coroutines on closing a `KubeCluster` that was never entered/started
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?