https://prefect.io logo
Title
a

Andrew Lawlor

05/13/2022, 8:46 PM
seeing errors like
Error during execution of task: KeyError(<Thread(Dask-Default-Threads-12-578, started daemon 140412823688960)>)
when retrying tasks run on dask. is there special configuration i need to do for a retry with dask?
k

Kevin Kho

05/13/2022, 9:41 PM
What is this task doing? If you mean Prefect retries, there shouldn’t be anything
a

Andrew Lawlor

05/13/2022, 10:48 PM
it connected to sql and had a connection error with sql the first time it ran. i have prefect set to retry 3 times, and each of the 3 times it retried it failed again with that error. i also manually restarted the flow from failed and saw the same error then too
actually after starting from failed i think this is the issue: https://github.com/PrefectHQ/prefect/issues/5170 but on the retry the first time im still unclear on the error