Jeremy Hetzel
09/22/2023, 3:09 PMretry
button (screenshot attached).
Is there a way to do this in Python with a Prefect Client?
For example, I have a FlowRun
that is in a crashed state:
>>> flow_run.state_name
'Crashed'
Can I manually rerun it from the Python API. I'm aware of the flow run retry decorators. This is more for a debugging task, where switching back to the web interface is not efficient.Jeremy Hetzel
09/22/2023, 3:17 PMDeceivious
09/22/2023, 6:24 PMSerina
09/22/2023, 8:08 PMAwaitRetrying
. I don’t believe there’s another method available at the moment and I’m afk at the moment. Our API ref: https://docs.prefect.io/latest/api-ref/