Skip to content
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

Handle rate limiting on token page more gracefully #790

Closed
ckniffen opened this issue Jul 31, 2023 · 0 comments · Fixed by #1100
Closed

Handle rate limiting on token page more gracefully #790

ckniffen opened this issue Jul 31, 2023 · 0 comments · Fixed by #1100

Comments

@ckniffen
Copy link
Collaborator

When loading the token page for Sologenic the page fails to load due to rate limiting. Handle this scenario and gracefully loading in the trading pair data.

https://livenet.xrpl.org/token/534F4C4F00000000000000000000000000000000.rsoLo2S1kiGeCcn6hCUXVrCpGMWLrRrLZz

ckniffen added a commit that referenced this issue Dec 17, 2024
The token page is prone to being throttled because it tries to load in
order books for the "top 10 tokens". This change moves logic to useQuery
and out of redux. It then makes sure the token's information is loaded
in before trying to load in dex pairs.

Fixes #790
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant