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
I am testing the dependabot-script docker image with azure devops git repos. The script fails with "TooManyRequests" error and stops to process the packages and PRs. I think this needs to be handled better with exponential backoffs or honoring the API's retry-after headers .
Can this be fixed to make this reliable? Detailed Error:
home/dependabot/dependabot-script/.bundle/gems/octokit-5.2.0/lib/octokit/response/raise_error.rb:14:in `on_complete': GET https://api.github.com/repos/Azure/azure-sdk-for-net/contents/: 403 - API rate limit exceeded for xx:xx:xx:xx (my IP). (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.) // See: https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting (Octokit::TooManyRequests)
The text was updated successfully, but these errors were encountered:
I am testing the dependabot-script docker image with azure devops git repos. The script fails with "TooManyRequests" error and stops to process the packages and PRs. I think this needs to be handled better with exponential backoffs or honoring the API's retry-after headers .
Can this be fixed to make this reliable?
Detailed Error:
home/dependabot/dependabot-script/.bundle/gems/octokit-5.2.0/lib/octokit/response/raise_error.rb:14:in `on_complete': GET https://api.github.com/repos/Azure/azure-sdk-for-net/contents/: 403 - API rate limit exceeded for xx:xx:xx:xx (my IP). (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.) // See: https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting (Octokit::TooManyRequests)
The text was updated successfully, but these errors were encountered: