Anh Pham
07/12/2023, 11:29 AMDeceivious
07/12/2023, 11:42 AMDeceivious
07/12/2023, 11:43 AMrun_deployments .Christopher Boyd
07/12/2023, 11:56 AMrun_deployments as mentioned - this will ensure each gets its own process / job; they would run with whatever the work-pool has, or you could override the job params in infra_overrides when you defined the deploymentAnh Pham
07/12/2023, 12:45 PMrun_deployment failed, the master-flow run still complete successfully. Is there a simple way to mark the master-flow run to failed when run_deployment failed?Deceivious
07/12/2023, 12:59 PMrun_deployment returns a flow run id. You can check the state of the flow run after it completes.
Check for documentation on timeout in run_deployment . And FlowRun in prefect.client.schemaAnh Pham
07/13/2023, 11:10 AM