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

optimize handling multiple rpcs #1480

Closed
onur-ozkan opened this issue Sep 21, 2022 · 2 comments
Closed

optimize handling multiple rpcs #1480

onur-ozkan opened this issue Sep 21, 2022 · 2 comments
Assignees
Labels

Comments

@onur-ozkan
Copy link
Member

To increase performance and reduce resource consumption on runtime, instead of iterating rpc urls for each request, save one(that works) of the http client to the related token/coin's context and use it without doing extra iterations on sending http requests. Only if current http client becomes broken/unavailable somehow, then start the iteration over rpc urls and find one(that works) and replace it with broken/unavailable one.

@onur-ozkan
Copy link
Member Author

Do we have any missing implementation of multiple rpcs? @laruh

If not, we can consider this as completed and close the issue

@laruh
Copy link
Member

laruh commented Feb 16, 2023

Do we have any missing implementation of multiple rpcs? @laruh

If not, we can consider this as completed and close the issue

Checked repository, I think that's all, we can close it.

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

No branches or pull requests

2 participants