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

Cache downloaded files used during tests for setuptools.config #3282

Merged
merged 4 commits into from Apr 22, 2022

Conversation

abravalheri
Copy link
Contributor

Recently Github Actions started to fail with HTTP Error 429: Too Many Requests.
It would seem that GitHub is adding some throttle mechanism (or making it tighter)

Summary of changes

  • Adds caching, so when the test runs, it doesn't reach the network
  • Back off for a few seconds in case of error when downloading the files (this prevents the script for populating the cache from failing).

Closes

Pull Request Checklist

Recently Github Actions started to fail with `HTTP Error 429: Too Many Requests`.
A solution for this problem is to add some caching.
@abravalheri abravalheri merged commit fdfe25f into pypa:main Apr 22, 2022
@abravalheri abravalheri deleted the too-many-requests branch April 22, 2022 15:02
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

Successfully merging this pull request may close these issues.

None yet

1 participant