Hi, how to increase the pulumi concurrence? I use ...
# general
o
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
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.\