Closed danbryan closed 1 year ago
This one is a problem here:
A bunch of networks are returning empty healthy REST networks. This means either:
/health
endpoint checks which we use to determine if the REST endpoint is healthyI put in a guard for healthy rest endpoints checks and this happens a lot:
2023-09-04 14:17:42 No healthy REST endpoints found for network sei. Skipping...
2023-09-04 14:17:42 No healthy REST endpoints found for network acrechain. Skipping...
2023-09-04 14:17:43 No healthy REST endpoints found for network mises. Skipping...
2023-09-04 14:17:43 No healthy REST endpoints found for network arkh. Skipping...
2023-09-04 14:17:43 No healthy REST endpoints found for network likecoin. Skipping...
2023-09-04 14:17:44 No healthy REST endpoints found for network bostrom. Skipping...
2023-09-04 14:17:44 No healthy REST endpoints found for network 8ball. Skipping...
Not sure what the solution would be here, we are completely dependent on these rest endpoints.
Resolved by hitting an alternate endpoint to get a 200
https://twitter.com/rhinostake/status/1698394405760377072
For some reason, umee did not find a rest_server to use to check for upgrades despite the logs showing
I think the problem is bigger than umee. We need to have checks to ensure each chain has at least one functional RPC/REST server from the CR.