Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Exceptions occurring on Dask workers before a task starts result in a 'coroutine' object has no attribute 'type' exception in Prefect engine #53

Closed
rpeden opened this issue Nov 28, 2022 · 0 comments · Fixed by #52
Labels
bug Something isn't working

Comments

@rpeden
Copy link
Contributor

rpeden commented Nov 28, 2022

As of Prefect 2.6.0, exception_to_crashed_state is async and needs to be awaited, but the Dask task runner does not await it, resulting in a coroutine' object has no attribute 'type error when certain exceptions occur on a Dask worker node.

This prevents users from seeing information about the exception, making it difficult to debug and fix the error.

Will be fixed by #52.

@rpeden rpeden added the bug Something isn't working label Nov 28, 2022
@zanieb zanieb closed this as completed in #52 Dec 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant