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

Double our Docker Hub rate limit #88

Merged
merged 1 commit into from
Oct 14, 2024

Commits on Oct 14, 2024

  1. Double our Docker Hub rate limit

    This increases our rate limit from 100/min up to 200/min (with an immediate burst of up to 200 and at most 200 at once).  This should be generally safe since the code will already very aggressively drain the pool of available "tokens" the minute it sees a 429 (thus only doing a trickle of requests anyhow), and we auto-retry on 429, but only after a delay of a full second per request.
    
    If all goes well, this should help mitigate our amd64 deploy jobs that have crept back up to a full hour runtime (without adding further parallelization complexity yet).
    tianon committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    016bee1 View commit details
    Browse the repository at this point in the history