-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add retries to requests #61
Comments
Should we have have const interval like 3s to fetch stakes like we do for available stakes data? |
Might be a bit much. Stakes don't change unless the user does something, so we just need to be sure that they're fetched correctly initially and when there's a change. Related user feedback: "The stake was not visible after it was confirmed by the snackbar. Had to refresh site after a couple of seconds?" |
You working on this @muzam1l or care if I take this? |
You can go for it 👍. |
If a request fails / timeouts, add a retry logic with exponential backoff.
The text was updated successfully, but these errors were encountered: