Simon
07/21/2023, 4:49 PMJake Kaplan
07/21/2023, 5:08 PMrun_deployment()
and calling it at the end of flow run (maybe using on_completion/on_failure hooks
either way to ensure only one of the flows is running at a time I would use a dedicated work_pool
with concurrency_limit=1
Simon
07/21/2023, 5:10 PMJake Kaplan
07/21/2023, 5:15 PMSimon
07/21/2023, 5:16 PM