Skip to content

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

@ig248

Description

@ig248

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions