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

/experimental UC receiving the same amount of requests than normal UC #672

Closed
lemeurherve opened this issue Apr 25, 2024 · 0 comments · Fixed by #679
Closed

/experimental UC receiving the same amount of requests than normal UC #672

lemeurherve opened this issue Apr 25, 2024 · 0 comments · Fixed by #679

Comments

@lemeurherve
Copy link
Member

Follow-up issue from this #jenkins-infra chat thread: https://matrix.to/#/!JLUOInpEYmxJIYXlzs:matrix.org/$atGsZEcznI2e3gOYPTRMgKRhRBgdLO4_iV6MuR5Aaa0?via=g4v.dev&via=gitter.im&via=matrix.org

Looking at updates.jenkins.io access logs with JenkinsPluginManager as User Agent we noticed that the tool seems to request https://updates.jenkins.io/experimental/update-center.json each time it's used:

Is it expected?

experimentalUcJson = getJson(cfg.getJenkinsUcExperimental(), "experimental-update-center" + cacheSuffix);

This represents a non negligible part of the total traffic, can this be reviewed to be used only when experimental settings are set?

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 a pull request may close this issue.

1 participant