question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

When rate limiting happens, ask for auth using the modal

See original GitHub issue

similar to #104 but instead when rate limiting happens…

image 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:closed
  • Created 2 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
jriekencommented, Oct 22, 2021

This should be good with 0.0.112

1reaction
jriekencommented, Oct 21, 2021

Thanks for clarifying.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found