Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(horizon_sync): try sync with next next peer if current one fails (t…
…ari-project#5699) Description --- * In case the horizon sync fails with a peer, try to sync with the next peer on the list instead of aborting. Motivation and Context --- Up until now, most errors when trying to sync with an individual peer would cause the whole horizon sync process to exit with error. We want to try to sync with the next peer instead of aborting. How Has This Been Tested? --- Tests pass What process can a PR reviewer use to test or verify this change? --- Code review Breaking Changes --- - [x] None - [ ] Requires data directory on base node to be deleted - [ ] Requires hard fork - [ ] Other - Please specify
- Loading branch information