Hello :wave: Is there a way to retry `CRASHED` tas...
# prefect-community
j
Hello 👋 Is there a way to retry
CRASHED
tasks or to avoid setting them as
CRASHED
? This issue was resolved and we can have Dask to retry
RUNNING
tasks now. But since the prefect
2.8.7
version, prefect detects that the Dask worker will be shut down and sets the task as
CRASHED
. When Dask resend the failing task, we end up with
Task run '...' already finished
.
s
A potential work around is rerrunning all crashed flow runs through an automation or another clean up job on the states
j
I think this will be fixed soon according to this comment: https://github.com/PrefectHQ/prefect/issues/9012#issuecomment-1491927826 Prefect shoud allow to retry
CRASHED
tasks.
166 Views