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
The additional throttling mechanism to prevent hitting secondary rate limits is not exactly what we would need / want.
It lets you specify how much time must pass between individual requests, e.g. 100ms, so does not take into account the potential cost of a query.
Putting the delay too high will result in quite slow processing as we need to do a lot of requests when retrieving the current live configuration of an organization. Too low values might still result in secondary rate limits issues.
To avoid hitting secondary rate limits when accessing the GitHub API from different services within the cluster: https://docs.prow.k8s.io/docs/ghproxy/
The text was updated successfully, but these errors were encountered: