Skip to content

Increase sleep during possible rate limit errors in downloads #565

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

Closed
wants to merge 2 commits into from

Conversation

zanieb
Copy link
Member

@zanieb zanieb commented Mar 17, 2025

We're seeing 403s for bzip2 which suggests we're encountering a rate limit. Let's increase the sleep so we aren't spamming the URL.

@zanieb zanieb added the platform:linux Specific to the Linux platform label Mar 17, 2025
zanieb added a commit that referenced this pull request Mar 17, 2025
A more targeted solution to

- #566 
- #565
zanieb added a commit that referenced this pull request Mar 17, 2025
In #565 we note
we're seeing rate-limiting on downloads of bzip2 — which is blocking
development here. There, we increase the exponential backoff but we need
to reduce the number of downloads to address the root cause of the
issue. @geofft suggested caching these downloads, which makes a lot of
sense for us — there's already logic to validate the file if it exists
on disk.

I'm just starting with Linux.
@zanieb
Copy link
Member Author

zanieb commented Mar 20, 2025

Caching seems cleaner for now

@zanieb zanieb closed this Mar 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform:linux Specific to the Linux platform
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants