Hitting "API rate limit exceeded" for most PR listing operations
See original GitHub issue- Extension version: 0.2.3
- VSCode Version: 1.29.1
- OS: Mac OS 10.14.1
Steps to Reproduce:
- checkout angular/angular
- try to expand any of the PR categories under Source Control / Github Pull Requests (
Assigned To Me,Awaiting For My Review,Created By Me)
What I get is:

And the listing expands with 0 pull requests:

Surprisingly, if I try to expand the All category, the list does expand:
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
What does "rate limit exceeded" mean? (UPDATED)
This limit applies to your Twitter account rather than the applications which make the calls to the API i.e. you have 100 API...
Read more >How to Stop Being Rate Limited: Best Practices for Making API ...
Merge engineer David Donnelly walks readers through the best practices and approaches for implementing a robust rate limit tracker.
Read more >Resolve API throttling or "Rate Exceeded" errors in Elastic ...
If API requests exceed the maximum rate per second, you receive a "Rate Exceeded" error, and API calls are then throttled. Some API...
Read more >How to get the most out of GitHub API rate limits - Endor Labs
That rate limit can be easily reached in just a few minutes by calling the API to list basic information from a medium...
Read more >Shopify API rate limits
A single query to the API cannot exceed a cost of 1,000. This limit is enforced before a query is executed based on...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I just started getting
API rate limit exceedederrors while using github-cli today. The problem is, I’ve never run into this before, and I just installedvscode-pull-request-githubthis morning. Is there some way for me to check how frequently this plugin is making requests to the API? It would be nice to try and diagnose why this might still be occuring.@IgorMinar Yeah, I have a PR open with the mitigation you suggest, searching for “upstream” and “origin” remotes and using those first. I think having clearer UI about what remote is being used and a setting to configure it would be good to add.