Not sure if anyone else is seeing this, but runnin...
# general
g
Not sure if anyone else is seeing this, but running
pulumi up
on the latest version, it seems like changes (and “unchanged”) are being done sequentially instead of in parallel. If I set
PULUMI_PARALLEL=100
, the first 100 are in parallel, and the rest is sequential Pretty much only using AWS so maybe it’s an issue with the provider Side note: previews are still fast, but the actual updates are not
e
Can you verify if it changed with a provider update a cli update or a pulumi sdk update? I can't think of anything of the top of my head that would have made things sequential here.