-
Notifications
You must be signed in to change notification settings - Fork 16
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
GitHub operations should handle rate limitting #52
Comments
I see two options: 1. show an error page with "come back later" (if facing the user) or use event sourcing so actions are not lost. That would play nicely also with headless operations if the Github hook is triggered but |
I think there is one more option. Or is that not a viable option? How much does the app exceed the regular quota? |
@Shredder121 Thanks for the response. We haven't yet run over the quota, but we have only rolled out to a few applications. We can ask for more quota, but of course we can always end up exceeding the new quota too. |
Yes, I see. There are some conditional requests that we could employ, but other than that it's mostly Just wondering, how much has gone into conditional requests so far? |
Thanks for the reply. We could do conditional requests, but at that point we would still need to give an error to the user saying we cannot display it. To me the effort for this would probably not be worth it. |
No description provided.
The text was updated successfully, but these errors were encountered: