Skip to content

fix(ci): reduce Maven Central rate limiting - #359

Open
arnabnandy7 wants to merge 1 commit into
grafana:mainfrom
arnabnandy7:fix/mavenRateLimits
Open

fix(ci): reduce Maven Central rate limiting#359
arnabnandy7 wants to merge 1 commit into
grafana:mainfrom
arnabnandy7:fix/mavenRateLimits

Conversation

@arnabnandy7

@arnabnandy7 arnabnandy7 commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Summary

  • enable Gradle dependency caching in build, test, and Javadoc jobs
  • cache dependencies before upgrading the Gradle wrapper for newer Java versions
  • limit the integration-test matrix to four concurrent jobs

Context

The current CI matrix starts many Gradle builds concurrently. Recent runs failed while resolving build dependencies because Maven Central returned HTTP 429 responses. Caching dependencies and limiting integration-test concurrency reduces repeated downloads and request bursts.

Fixes #360

@arnabnandy7
arnabnandy7 marked this pull request as ready for review August 21, 2026 15:57
@arnabnandy7
arnabnandy7 requested review from a team as code owners August 21, 2026 15:57
@arnabnandy7

Copy link
Copy Markdown
Contributor Author

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 1ae7fb2. Configure here.

Comment thread .github/workflows/build.yml
Signed-off-by: Arnab Nandy <arnab_nandy7@yahoo.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CI jobs fail when Maven Central rate-limits dependency downloads

1 participant