https://prefect.io logo
Title
d

Deepanshu Aggarwal

11/24/2022, 8:31 AM
one small question! is there a way to run deployment parallely?
a

Anna Geller

11/24/2022, 11:05 PM
d

Deepanshu Aggarwal

11/25/2022, 4:33 AM
But this marks the main flow as successful right away I want to wait for these deployment runs to be successful to mark the flow as successful
Basically main flow starts parallel deployment runs and wait for all of them to succeed to go to next step or finish the flow
Also I would like to get output of one of those deployment runs for the next step
a

Anna Geller

11/25/2022, 2:39 PM
In that case, you can call run_deployment from a task and run those tasks concurrently
d

Deepanshu Aggarwal

11/25/2022, 2:40 PM
Yeah that I’ve tried . It is getting stuck on the assertion error for now . As soon as the assertion error gets fixed we will be good to go forward with prefect for our production environment
👀 1
a

Anna Geller

11/25/2022, 6:12 PM
Great to hear! 💯 And thanks so much for the issue