https://pulumi.com logo
Title
a

ancient-shampoo-2049

09/15/2022, 9:40 PM
Since updating to pulumi v3.39.3 very slow performance during ‘pulumi up’ (the change is adding environment variables to a single AWS CodeBuild). Any suggestions on how to make it faster? This was working just fine in the previous version.
s

stocky-restaurant-98004

09/15/2022, 9:42 PM
Were you using 3.39.2 previously?
a

ancient-shampoo-2049

09/15/2022, 9:43 PM
yes
well, most likely — I upgrade whenever I get a notification that a new version is available
👍 1
s

stocky-restaurant-98004

09/15/2022, 9:47 PM
Any chance the provider version also changed?
a

ancient-shampoo-2049

09/15/2022, 9:48 PM
provider version?
s

stocky-restaurant-98004

09/15/2022, 9:49 PM
The AWS provider
a

ancient-shampoo-2049

09/15/2022, 9:49 PM
How would I check this?
s

stocky-restaurant-98004

09/15/2022, 9:49 PM
What language is your program in?
a

ancient-shampoo-2049

09/15/2022, 9:49 PM
python
s

stocky-restaurant-98004

09/15/2022, 9:50 PM
BTW, just to clarify, you're creating an
aws.codebuild.Project
, right? And the only change are the env vars you're supplying to the resource?
a

ancient-shampoo-2049

09/15/2022, 9:50 PM
correct
s

stocky-restaurant-98004

09/15/2022, 9:51 PM
What happens if you revert the CodeBuild project and change some other resource? (Trying to figure out if it's a change in the AWS provider or the Pulumi engine.)
a

ancient-shampoo-2049

09/15/2022, 9:51 PM
For context, have about 400+ resources defined, and am adding a set of env vars to a single AWS codebuild project
👍 1
s

stocky-restaurant-98004

09/15/2022, 9:52 PM
Oh, what backend are you using?
a

ancient-shampoo-2049

09/15/2022, 9:54 PM
sorry, not sure which backend you’re referring to
oh
using S3
for tracking state
I reverted all changes and trying to create an empty S3 bucket; showed created right way, but pulumi is still running
s

stocky-restaurant-98004

09/15/2022, 9:59 PM
Run it for about 15-20 mins, at which point it should've timed out. Pulumi should never hang indefinitely. If you've confirmed it's hung, run
pulumi up
again with these options and submit an issue to pulumi/pulumi:
<https://www.pulumi.com/docs/support/troubleshooting/#verbose-logging>
a

ancient-shampoo-2049

09/15/2022, 10:00 PM
will do, thanks
s

stocky-restaurant-98004

09/15/2022, 10:00 PM
In the meanwhile, downgrade your Pulumi version to get unstuck. If you're still stuck, please reach out and we'll see what else we can try.
a

ancient-shampoo-2049

09/15/2022, 10:00 PM
ok thanks
s

stocky-restaurant-98004

09/15/2022, 10:01 PM
Out apologies that you're hitting this issue, and we appreciate you taking the time to file an issue (and to reach out on this Slack)!