Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
ig248 opened this issue Jan 11, 2020 · 1 comment
Closed

Comments

@ig248
Copy link
Contributor

ig248 commented Jan 11, 2020

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 ig248 changed the title Errors in coroutines on closing a KubeCluster what was never entered/started Errors in coroutines on closing a KubeCluster that was never entered/started Jan 11, 2020
@jacobtomlinson
Copy link
Member

The classic KubeCluster was removed in #890. All users will need to migrate to the Dask Operator. Closing.

@jacobtomlinson jacobtomlinson closed this as not planned Won't fix, can't repro, duplicate, stale Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants