Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP 429 too many requests for Pex PEX #9399

Closed
jsirois opened this issue Mar 25, 2020 · 2 comments
Closed

HTTP 429 too many requests for Pex PEX #9399

jsirois opened this issue Mar 25, 2020 · 2 comments

Comments

@jsirois
Copy link
Contributor

jsirois commented Mar 25, 2020

Seen in TravisCI "Build OSX wheels (Python 3.6)" shard.

Looks like:

curl: (22) The requested URL returned error: 429 too many requests
Curl failed with args: -s https://github.com/pantsbuild/pex/releases/download/v2.1.6/pex

We may need to investigate whether we can bump rate limits with GitHub, host in some other manner or correct some endemic problem if we have one with asking for the binary too often.

@jsirois
Copy link
Contributor Author

jsirois commented Mar 25, 2020

According to https://help.github.com/en/github/administering-a-repository/about-releases there is no bandwidth limit. Just a size limit of 2GB max per file.

@benjyw benjyw removed infra labels Sep 9, 2021
@huonw
Copy link
Contributor

huonw commented May 28, 2023

I think we can close this, given:

  • it's intimately tied to a moving target (GitHub itself)
  • CI seems to have switched from Travis to GitHub, and maybe GHA gets special treatment for downloading GH releases
  • I don't think I've seen this as the cause of any of the flakes I've been affected by recently (it'd be good to have cross-build aggregation of failures to confirm this for sure, though: CI: collect/aggregate results to highlight flakiest tests #19182)
  • it's been three years without movement

Feel free to reopen if you disagree.

@huonw huonw closed this as not planned Won't fix, can't repro, duplicate, stale May 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants