https://pulumi.com logo
#aws
Title
# aws
q

quiet-crayon-85132

09/21/2023, 11:04 PM
we are building 3 docker images and pushing to 3 ECS fargate services. The docker images build in parallel, but replacing the task definitions run in series. i am wondering if this is default behavior or if there is a way to parallelize the fargate task deployments as well
l

little-cartoon-10569

09/21/2023, 11:50 PM
If there's no dependency from one definition to the next, they should happen in parallel. Have you checked that there's no chain of resource dependencies between the definitions?
q

quiet-crayon-85132

09/22/2023, 11:32 AM
mmm i dont believe so, but is there a way to debug like a dependecy tree or something to make sure?
ah just found this i will continue debugging https://www.pulumi.com/docs/cli/commands/pulumi_stack_graph/