Hi all Pulumi <v3.157> just released, and it has a...
# general
e
Hi all Pulumi v3.157 just released, and it has an opt-in new feature that may improve the performance of your Pulumi deployments. This is opt-in for now just to be risk averse but if we get good feedback we hope to make this the default. If you set the environment variable
PULUMI_PARALLEL_DIFF=true
the deployment engine will run resource diff calculations in parallel. We've got data to suggest that this is one of the slow points of deployments and so running them in parallel should help. Try it out and lets us know how it goes at https://github.com/pulumi/pulumi/issues/12351.