seeing errors like ```Error during execution of ta...
# prefect-community
a
seeing errors like
Copy code
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
What is this task doing? If you mean Prefect retries, there shouldn’t be anything
a
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