-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
I early explain the main problem, see #11.
We need to handle this error with separated component that will contain:
- Short description of the problem
- Show existing ways to solve the problem:
- Just wait N minutes (need to show remaining minutes)
- Authorize with github token to raise the limits (see already completed
authorizationmodule)
Tech solution:
- Develop static page with short description (see above)
- Develop global event handler for
rate limitserror, that will redirect to error handling component
Reactions are currently unavailable