Node Fallbacks #247
CyberCyclone
started this conversation in
General
Replies: 1 comment 1 reply
|
That's an interesting idea. There's currently "retry policy" that will execute several connection attempts against the same node. We could expand on that so that the each attempt does a round-robin over a list of available addresses. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
Are there any plans to add the ability to include node fallbacks incase a node becomes unresponsive / goes offline?
My current solution is if there isn't any data receive in 2 minutes, disconnect and reconnect to a different node and just go through the list. It would be good to be able to pass a list of nodes that Oura could automatically manage.
All reactions