Hi, hope you dont mind me posting a new user quest...
# general
f
Hi, hope you dont mind me posting a new user question here, I'm just trying pulumi out. I created a simple
Pulumi.yaml
which creates 100 aws providers, and 100 aws buckets based off those providers - as I have this usecase, and I would like to see how Pulumi handles it -
pulumi up
seems like it will take hours to run - it starts off by slowly (once every 10 seconds) creating each of the 100 providers in sequence - is this what you would expect? Am I missing some parallelism or "go faster" flag?
w
Can you provide a trace for us to inspect? I wouldn’t expect 100 providers to take 10 seconds each. There is a parallelism flag but the default is unbounded.