-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Surfacing GH Rate Limit Errors #1076
Comments
|
@codecovdesign here are the answers The only path forward is to ensure orgs have the Github bot set and are uploading using the token. Technically they can retry, but the rate limit is typically set for an hour (worst case they have to wait 60 min) so it's probably not worth letting them know to retry. With shelter rolling out gradually, there's a scenario where we would end up showing the comment after rate is available again for everyone affected. But that is probably medium term. PR comments would almost never show up when rate limited today I think for a first pass, showing the message in the UI and check should be sufficient. (the design is a good approximation of how we want the experience to be) |
Eventually, with shelter available for 100% of orgs , I wonder if we will have an opportunity to say something like "We had trouble receiving this report due to GH rate limit, we will get it eventually" |
review with @adrian-codecov 3/7first principles
action items
|
sync w/ @adrian-codecov @RulaKhaled
|
Making a note here: When codecov-comments bot hits a rate limit, instead of telling human go to the doc, we should tell them "Please ensure the Codecov App is set up on this repo" or "Please install Codecov App" |
@codecovdesign todo: add repo rate limit scenario |
Problem to Solve
When users hit a rate limit error in GH they don't necessarily know that it is happening and their Codecov experience is degraded because of it - we need to surface the errors and possible solutions when this issue is encountered.
Proposed Solution
When Codecov encounters a GitHub rate limit error
WIP: designs
Platform
Applications
The text was updated successfully, but these errors were encountered: