https://prefect.io logo
j

Joish

07/12/2023, 2:34 PM
#prefect-cloud Prefect does not wait for the other flow to complete. I have a use case where I have a parent flow that starts n child flows in parallel (I am triggering each flow as another deployment). Each flow runs as a job in K8s. Each flow that I am triggering is a coroutine. At the end, I am waiting for the coroutine to finish. However, Prefect does not wait for all the child flows to finish and instead marks it as completed. Can someone help me with this issue?