When rate limiting happens, ask for auth using the modal
See original GitHub issuesimilar to #104 but instead when rate limiting happens…
when this happens ^
Instead of displaying the error, ask for auth:
vscode.authentication.getSession('github', scopes, { createIfNone: true });
and then run the query again.
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Understanding and implementing rate limiting in Node.js
Explore the concept of rate limiting in Node.js — what it is, how it works, various ways to implement it, and some practical...
Read more >Rate-limiting strategies and techniques - Google Cloud
When the capacity of a service is shared among many users or consumers, it can apply rate limiting per user to provide fair...
Read more >Rate limits – Asana
Requests that hit any of our rate limits will receive a 429 Too Many ... This will use your Asana credentials to provide...
Read more >Authentication API Endpoint Rate Limits - Auth0
Auth0's Authentication API has a global limit of 300 requests per minute for free tenants. The limit is global for the tenant and...
Read more >Rate Limiting and Frequency Capping - Braze
This reference article discusses the concept of rate limiting and frequency capping, and how you can apply marketing pressure to improve user experience....
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 FreeTop 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
Top GitHub Comments
This should be good with 0.0.112
Thanks for clarifying.