Channels
announcements
ask-marvin
best-practices-coordination-plane
data-ecosystem
data-tricks-and-tips
events
find-a-prefect-job
geo-bay-area
geo-berlin
geo-boston
geo-chicago
geo-colorado
geo-dc
geo-israel
geo-japan
geo-london
geo-nyc
geo-seattle
geo-texas
gratitude
introductions
marvin-in-the-wild
pacc-clearcover-june-12-2023
pacc-may-31-2023
ppcc-may-16-2023
prefect-ai
prefect-aws
prefect-azure
prefect-cloud
prefect-community
prefect-contributors
prefect-dbt
prefect-docker
prefect-gcp
prefect-getting-started
prefect-integrations
prefect-kubernetes
prefect-recipes
prefect-server
prefect-ui
random
show-us-what-you-got
Powered by
Title
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
4 Views
#prefect-community
Join Slack