BuildOnViction / infrastructure

🏗 TomoChain internal infrastructure
17 stars 11 forks source link

RPC Load balance #73

Closed thanhson1085 closed 6 years ago

thanhson1085 commented 6 years ago

We should setup load balance for RPC request (eg. testnet is https://testnet.tomochain.com) For the testnet, we can do roud-robin load balance for RPC to Sun, Moon, Earth It will be a good function to prepare for the mainnet We can use Nginx Load Balance, we also need to research to use AWS Load Balance

etienne-napoleone commented 6 years ago

Yep, it would be a good thing. I will see to switch from nginx to traefik and load balance that

thanhson1085 commented 6 years ago

Switch to Traefik will take more time. I just expect use nginx upstream to do the load balance

etienne-napoleone commented 6 years ago

Ok, will switch to traefik later

etienne-napoleone commented 6 years ago

implemented externaly with DO Load balancer (endoint rpc. and ws.) and internally with #94