does pulumi make calls out to github for some reas...
# general
s
does pulumi make calls out to github for some reason? i've started to notice the following when running pulumi up or preview:
Copy code
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
yes to install providers from the releases api
s
so these are non destructive warnings/errors?
b
correct, you may want to set a github token and it’ll provision faster
s
hmm, we don't use github but i can see about creating an account for this purpose.
b
@sparse-gold-10561 can you provide all the log messages after that? we shouldn’t delay for that long
s
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
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
Thanks guys