Join Slack
Powered by
Hi folks, on Prefect UI, when a task fails, how ca...
# ask-community
y
YZ
10/12/2022, 5:28 PM
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
Mason Menges
10/12/2022, 6:28 PM
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
5
Views
Open in Slack
Previous
Next