Hi folks, on Prefect UI, when a task fails, how ca...
# prefect-community
y
Hi folks, on Prefect UI, when a task fails, how can I rerun this task and all the downstream tasks (which also failed, in "TriggerFailed" status). I tried "restart" the task, but realize it only rerun that specific task, not the downstream ones.
1
m
Hey @YZ You might actually look into setting up caching for this, then you would actually just need to rerun the flow, potentially using retries https://docs.prefect.io/concepts/flows/#flow-settings, rather than the task and it should only rerun failed tasks and use the cached output for successful ones https://docs.prefect.io/concepts/tasks/#caching