graph-node icon indicating copy to clipboard operation
graph-node copied to clipboard

Automatically recover from providers not responding during startup

Open lutter opened this issue 3 years ago • 0 comments

When graph-node starts up, it tries to connect to all configured network providers; if a provider doesn't respond fast enough during startup, it is removed from the configuration, and never used again. Instead, such providers should be tried periodically, and put back into the list of available providers if connecting them and doing a simple request like net_version succeeds.

lutter avatar Mar 25 '22 21:03 lutter