You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
In order to monitor Github API usage and prevent API rate limiting it would be great to have a simple metrics exposed.
This could be really helpful on highly used Jenkins instances that have a combination of multibranch pipelines & shared library on Github.
See: https://issues.jenkins-ci.org/browse/JENKINS-36121
Maybe something inside Requester.buildRequest ?
The text was updated successfully, but these errors were encountered:
The approach should be simpler to start with. And then additionally we should implement a RateLimitStrategy class that will automatically check and attempt to throttle requests to avoid going over. It would save clients from having to pepper their code with checkRateLimit() everywhere.
Hi,
In order to monitor Github API usage and prevent API rate limiting it would be great to have a simple metrics exposed.
This could be really helpful on highly used Jenkins instances that have a combination of multibranch pipelines & shared library on Github.
See: https://issues.jenkins-ci.org/browse/JENKINS-36121
Maybe something inside Requester.buildRequest ?
The text was updated successfully, but these errors were encountered: