sparse-intern-71089
10/03/2022, 5:20 PMswift-machine-98066
10/03/2022, 7:05 PMbored-spoon-83710
10/03/2022, 7:08 PMswift-machine-98066
10/03/2022, 7:08 PMbored-spoon-83710
10/03/2022, 7:11 PMswift-machine-98066
10/03/2022, 7:23 PMbored-spoon-83710
10/03/2022, 8:04 PMancient-policeman-24615
10/11/2022, 11:40 PMdependsOn
, but nothing happens with the dependsOn
, it sounds like a deadlock in Pulumi (our bug, not yours). If you file an issue in pulumi/pulumi we should be able to address this. I’m not aware of any specific resources to address concurrency debugging beyond standard golang tooling.
You’re right that “creating resources” just adds them to the current DAG. The engine drives resource creation regardless of the order of declaration. This is true for normal pulumi programs and the automation api.bored-spoon-83710
10/23/2022, 2:16 PMancient-policeman-24615
10/24/2022, 5:01 PM