You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I currently have a possible solution in place which involves another go routine which does the following:
Ping current RPC to ensure liveliness,
Rotate RPC if offline
I might be creating another wrapper for the RPC Client which handles RPC rotations immediately upon a query failure. This would be more responsive, but requires a little more work.
I'd love to see something like this....
Maybe start simple like, is the first item in the list until it gets
5
nonHTTP 200
codes returned, then it tries the next item in the list.End goal could be, doing health checks against chain-registry to determine live peers.
Tasks
Tasks
The text was updated successfully, but these errors were encountered: