gh-gei
gh-gei copied to clipboard
Add rate-limit intelligence to our GitHub API calls
When we call Azure DevOps API's we look at and respect the rate limit headers returned, but we don't do the same thing for GitHub rate limits.
We should be looking at the GitHub Rate Limit HTTP Response Headers and logging/warning the user when the limit is close or hit, and waiting until the limit resets before making more API calls.