Spread the load between different RPC providers
frol opened this issue · 1 comments
frol commented
Currently, CLI uses a single rpc_url
per network connection, but we often hit the problems if RPC provider is overloaded. We may consider several options:
- Make
rpc_url
a list (API key needs to be also configured) - Create a fallback strategy, so when the selected network connection RPC is not working, it would try to send the request through another network connection which has the same network_name (
mainnet
/testnet
/ ...)
I believe the second option is better, and thus we will need to preconfigure more network connections by default.
AlexKushnir1 commented
Can you pls give me a list of valid rpc-services so i can close this issue