Skip to content

Conversation

jacobtomlinson
Copy link
Member

Closes #950

Looks like the distributed scheduler has started intermittently returning a tuple instead of a list when calling the workers_to_close() RPC method.

There is an assertion in dask-kubernetes that was added as part of some type narrowing in #881. This fails when the method returns a tuple. This PR works around this by converting tuples to lists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Workers dead suddenly due to scheduler RPC bad response to workers_to_close
1 participant