subql icon indicating copy to clipboard operation
subql copied to clipboard

Improve Multiple Endpoints Robustness

Open joesixpack opened this issue 1 year ago • 1 comments

Currently, there is no failover or round robin robustness implemented when using multiple RPC endpoints. As a result, any error or failure in one of the endpoints will abort the entire sync and either freeze or restart the Docker container.

Examples:

image

image

image

joesixpack avatar Aug 15 '23 16:08 joesixpack

This PR should fix the problem. https://github.com/subquery/subql/pull/1970

ianhe8x avatar Aug 25 '23 04:08 ianhe8x