subql
subql copied to clipboard
Improve Multiple Endpoints Robustness
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:
This PR should fix the problem. https://github.com/subquery/subql/pull/1970