Sophia Ponte
08/03/2023, 9:39 PMNate
08/03/2023, 10:23 PMretries=2
in your flow
decorator as well, and prefect will know that persisting these results is necessary in order to retry
note that if you're doing remote execution, you should have something like an S3 or GCS block to set as the result_storage
on the flowSophia Ponte
08/03/2023, 10:30 PMNate
08/03/2023, 10:36 PMSophia Ponte
08/03/2023, 11:02 PMpersist_results
and result_storage
, then when B failed, I set it's status to "Completed" then retried the flow. It started from B again, rather than starting from the next task, C. Is this the expected behavior?Nate
08/03/2023, 11:29 PMI set it's status to "Completed" then retried the flow
Sophia Ponte
08/03/2023, 11:31 PMNate
08/03/2023, 11:34 PMSophia Ponte
08/03/2023, 11:40 PMNate
08/16/2023, 6:11 PMSophia Ponte
08/16/2023, 6:12 PMNate
08/16/2023, 6:12 PMsjammula
08/23/2023, 7:49 PMMatan Kleyman
09/18/2023, 2:34 PMSophia Ponte
09/18/2023, 4:47 PMMatan Kleyman
09/18/2023, 7:11 PMSophia Ponte
09/18/2023, 7:42 PM