Geoffrey Keating
08/14/2023, 8:55 PMpause_flow_run
using the reschedule
argument? Or is there another way I can create a cron
like schedule for a parameterized flow to run until it successfully completes?Jake Kaplan
08/14/2023, 9:02 PMrun_deployment()
inside of your flow run, maybe inside of the on_completion
hook. here is a general example for how to use run deployment.
Additionally if you're using Prefect Cloud, use can use automations, where you can trigger a flow to kick off after success of another flowGeoffrey Keating
08/14/2023, 9:12 PMrun_deployment
, maybe I could set retries to a large number and poll the status until it is completed that way?Jake Kaplan
08/14/2023, 9:21 PMGeoffrey Keating
08/14/2023, 10:38 PM