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

Investigate Rate Limits #27

Open
getchoo opened this issue Nov 11, 2024 · 0 comments
Open

Investigate Rate Limits #27

getchoo opened this issue Nov 11, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@getchoo
Copy link
Owner

getchoo commented Nov 11, 2024

Currently we make requests to cache servers in parallel, with 100 futures buffered at a time. It seems cache.nixos.org is ok with this rate, but limits are likely on other services, or in repeated use of this tool on large closures. We should account for that -- probably through https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Retry-After

@getchoo getchoo added enhancement New feature or request help wanted Extra attention is needed labels Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant