From f09a4ab6a08852c2076edf97c99a2853d63ea512 Mon Sep 17 00:00:00 2001 From: Tuan Pham Anh Date: Sun, 15 May 2022 07:29:26 +0700 Subject: [PATCH] update RPC service doc --- docs/rpc.md | 13 ++++++++----- docs/snapshot.md | 7 ++++++- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/docs/rpc.md b/docs/rpc.md index 63d80d5d..145681d3 100644 --- a/docs/rpc.md +++ b/docs/rpc.md @@ -1,5 +1,8 @@ -Cosmosia uses snapshots from: -- [quicksync.io](https://quicksync.io/) -- [alexvalidator.com](https://snapshots.alexvalidator.com/) -- [staketab.com](https://cosmos-snap.staketab.com/) -- [polkachu.com](https://polkachu.com/tendermint_snapshots) \ No newline at end of file +### RPC service + +There is a [RPC service](../rpc) for each chain. Each RPC service could has one or more instances, and load-balanced with [load-balancer](../load_balancer). + +Instance could be down or synching... at runtime. So there is a healthcheck cgi-script to let the load-balancer knowns if +its healthy to serve. + + diff --git a/docs/snapshot.md b/docs/snapshot.md index 1581adf2..8ee4e76e 100644 --- a/docs/snapshot.md +++ b/docs/snapshot.md @@ -15,5 +15,10 @@ snapshot_node = "cosmosia1" ``` - +--- +Cosmosia also uses snapshots from other providers as 1st bootstrap snapshot or backup: +- [quicksync.io](https://quicksync.io/) +- [alexvalidator.com](https://snapshots.alexvalidator.com/) +- [staketab.com](https://cosmos-snap.staketab.com/) +- [polkachu.com](https://polkachu.com/tendermint_snapshots)