If you have a flow (C) that calls two different fl...
# ask-community
c
If you have a flow (C) that calls two different flows (A & B). Will prefect use the deployments for the subflows or the parent? I ask because w/ ECS the deployment is what references the ECS Block that contains the cpu & memory settings. There are times where we would want each subflow to run w/ different resources
👍 1
1
z
If the flows are called, they will run in the same infrastructure as the parent (locally). If you want to trigger child deployments, you need to use the
run_deployment
utility.
gratitude thank you 2
upvote 5
a
c
Thank you, this community is very helpful
🙌 3