https://pulumi.com logo
o

orange-airport-64592

09/13/2023, 6:53 AM
Hi, how to increase the pulumi concurrence? I use CICD to run pulumi refresh and pulumi up , so I hope this process can be more fast,
c

cuddly-computer-18851

09/13/2023, 7:03 AM
By default, pulumi will use unlimited concurrency - it may be your dependency graph is forcing a more linear approach.
Of course it also depends on your target infra / provider - if, for example, you're using AWS then running the pulumi process "close" to the cloud ( eg from an ec2 instance ) will be a lot faster, as the API latency will be better.\