Skip to content

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

1 participant