docs: sync from backend 1757f1e - postgres cutover stores
This commit is contained in:
@@ -135,8 +135,11 @@ endpoints:
|
||||
interval: 30s
|
||||
conditions:
|
||||
- "[STATUS] == 200"
|
||||
- "[BODY].status == ok"
|
||||
- "[BODY].status == \"ok\""
|
||||
- "[BODY].checks.db.ok == true"
|
||||
- "[BODY].checks.postgres.ok == true"
|
||||
- "[BODY].checks.postgres.configured == true"
|
||||
- "[BODY].checks.postgres.required == true"
|
||||
- "[BODY].checks.redis.ok == true"
|
||||
- "[BODY].checks.rnChainRegistry.ok == true"
|
||||
- "[BODY].checks.rnChainRegistry.chainCount >= 1"
|
||||
@@ -163,8 +166,9 @@ endpoints:
|
||||
interval: 30s
|
||||
conditions:
|
||||
- "[STATUS] == 200"
|
||||
- "[BODY].status == ok"
|
||||
- "[BODY].status == \"ok\""
|
||||
- "[BODY].checks.db.ok == true"
|
||||
- "[BODY].checks.postgres.ok == true"
|
||||
- "[BODY].checks.redis.ok == true"
|
||||
- "[BODY].checks.rnChainRegistry.chainCount >= 1"
|
||||
- "[BODY].checks.rnTokenRegistry.tokenCount >= 1"
|
||||
|
||||
Reference in New Issue
Block a user