Failures for github-tags lookups due to "API rate limit already exceeded for user ID 123456" #39860
-
How are you running Renovate?Self-hosted Renovate Which platform you running Renovate on?GitLab (.com or self-hosted) Which version of Renovate are you using?42.39.2-full Please tell us more about your question or problemOver the last 2-3 weeks I have observed an increased number of errors The GitHub token is set and valid; it has worked fine for years and it has not expired. However, I generated a new personal access token (classic) to be sure. No change. Are you aware of any changes to the GitHub API recently? Have the API limits been lowered? Does the token need to be generated with certain scopes? PS. There are surprising few hits for "API rate limit already exceeded for user ID" in Google results. Logs (if relevant)Logs |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Might be worth a support ticket with GitHub, as that sounds like the user the PAT is for is being personally rate limited I think I've seen this before when i.e. I've got a Support should be able to help a little more 🤞 |
Beta Was this translation helpful? Give feedback.
-
|
I think this is the root cause:
Most likely this means that too many parallel requests are sent to the GitHub API, see rate-limits-and-query-limits-for-the-graphql-api#secondary-rate-limits. The token is fine, the limits are unchanged, but the generated load increased and it started exceeding the limits. |
Beta Was this translation helpful? Give feedback.
I think this is the root cause:
Most likely this means that too many parallel requests are sent to the GitHub API, see rate-limits-and-query-limits-for-the-graphql-api#secondary-rate-limits.
The token is fine, the limits are unchanged, but the generated load increased and it started exceeding the limits.