cosmostation / mintscan-binance-dex-backend

:construction: Mintscan Backend for Binance DEX
https://binance.mintscan.io
Other
23 stars 32 forks source link

Improve single point of failure for RPC node #5

Closed jaybxyz closed 4 years ago

jaybxyz commented 4 years ago

Summary

The title itself is self-explanatory. Chain Exporter needs to be prevented from a single point of failure meaning that when one RPC node is down, it should try to connect to other RPC nodes.

Problem Definition

A public RPC node that is available by Binance team is sometimes down for handling heavy traffic.

Describe the solution you'd like

Add support to reconnect to other RPC nodes when one it down.

jaybxyz commented 4 years ago

Right now, this doesn't prevent from servicing Mintscan for Binance Chain. Let's reopen this issue when it is needed.