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
We noticed an issue while running the aggregator, that keeps causing maintenance on our end. Basically the websocket might get locked in a weird state, when the RPC endpoint goes down for maintenance. The error looked like this:
At some point the socket stopped trying to reconnect and I had to manually restart the oracle to make it work again.
Ideally the code would just allow us to specify a preference of rpc nodes and switch to a different one, in case the primary one becomes unavailable. Also it should switch back, when the primary one becomes available and is ready to accept transactions Could you look into that?
The text was updated successfully, but these errors were encountered:
We noticed an issue while running the aggregator, that keeps causing maintenance on our end. Basically the websocket might get locked in a weird state, when the RPC endpoint goes down for maintenance. The error looked like this:
At some point the socket stopped trying to reconnect and I had to manually restart the oracle to make it work again.
Ideally the code would just allow us to specify a preference of rpc nodes and switch to a different one, in case the primary one becomes unavailable. Also it should switch back, when the primary one becomes available and is ready to accept transactions Could you look into that?
The text was updated successfully, but these errors were encountered: