mistercrunch opened a new pull request, #33354: URL: https://github.com/apache/superset/pull/33354
Recently we've been getting `HTTP Error 429: Too Many Requests` in CI while loading examples. Historically we fetched the sample files straight from `raw.githubusercontent.com`. Anonymous requests are limited to **60 per hour per IP** on GitHub, so our busy CI matrix started to hit 429s. We now point to **jsDelivr** – a multi‑CDN cache in front of every public GitHub repo. It doesn’t consume the GitHub API quota and advertises unlimited bandwidth for OSS. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
