-
Notifications
You must be signed in to change notification settings - Fork 3
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
[GH Request] CI checks failing due to Dockerhub rate limiting #1350
Comments
Thank you for your report! @openedx/axim-oncall will triage within a business day. Simple requests usually take 2-3 business days to resolve; more complex requests could take longer. |
openedx/edx-platform#36089 is our best guess right now. Dockerhub seemed to be rate limiting us based on an unauthenticated threshold, so we're authenticating before the pull now. It doesn't seem to harm anything, if it lands I can monitor for those failures to see if it solves things. |
This PR broke fork CI, and was subsequently fixed in openedx/edx-platform#36100 . That seems to be have solved or at least lessened the issue, so I'm closing this for now. I'll continue monitoring for the next few days. |
Looks like this might not have fixed it... https://github.com/openedx/edx-platform/actions/runs/12775202089/job/35611041323 |
[inform] I opened a newer ticket, not know this existed. Feel free to work from whichever ticket makes more sense. See: |
Thanks for the heads up, I'll reopen this one and work from here. |
openedx/edx-platform#36110 is the latest. The caching works, but it takes a full run to take effect since all of the jobs kick off at the same time and the cache isn't written until the job completes. |
Another attempt to stop Dockerhub from rate limiting us in CI. If this works here, we'll try to add this caching to other relevant workflows. openedx/axim-engineering#1350 (comment)
I haven't seen any more of these since the last changes, so I'm going to close again. There are some other possible places where we may get some small benefit from caching, but mostly they're using |
Thank you and 🤞. |
Firm Name
Axim
Urgency
Medium (< 2 weeks)
Problem/Request
From https://axim-collaborative.slack.com/archives/C12M8M5AR/p1736434755199059 :
We should see if we can do something to cache / mirror our image pulls in CI, which may speed things up in addition to reducing our pull rates.
Reasoning
We'd like CI to pass reliably. :sli
The text was updated successfully, but these errors were encountered: