https://pulumi.com logo
Title
s

sparse-gold-10561

03/17/2023, 2:06 PM
does pulumi make calls out to github for some reason? i've started to notice the following when running pulumi up or preview:
Resources:
    + 1 to create
    14 unchanged
Updating (prod)
View Live: <https://app.pulumi.com/xxx/xxxx/prod/updates/5>
E0317 10:02:00.592311     166 log.go:84] GitHub rate limit exceeded, try again in 26m33.407697714s. You can set GITHUB_TOKEN to make an authenticated request with a higher rate limit.
E0317 10:02:00.597697     166 log.go:84] GitHub rate limit exceeded, try again in 26m33.402311854s. You can set GITHUB_TOKEN to make an authenticated request with a higher rate limit.
b

billowy-army-68599

03/17/2023, 2:11 PM
yes to install providers from the releases api
s

sparse-gold-10561

03/17/2023, 2:24 PM
so these are non destructive warnings/errors?
b

billowy-army-68599

03/17/2023, 2:26 PM
correct, you may want to set a github token and it’ll provision faster
s

sparse-gold-10561

03/17/2023, 2:54 PM
hmm, we don't use github but i can see about creating an account for this purpose.
b

billowy-army-68599

03/17/2023, 2:57 PM
@sparse-gold-10561 can you provide all the log messages after that? we shouldn’t delay for that long
s

sparse-gold-10561

03/17/2023, 3:06 PM
i dont think it delayed the 26 mins. it finished in regular time i think
i was just more curious why i started to see these all of a sudden
e

echoing-dinner-19531

03/17/2023, 3:08 PM
We try to download from github, and then from get.pulumi.com. @billowy-army-68599 raised https://github.com/pulumi/pulumi/issues/12450, we'll look at making the logs a bit clearer here
s

sparse-gold-10561

03/17/2023, 3:17 PM
Thanks guys