Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid rpc nodes #10

Closed
baktun14 opened this issue Aug 8, 2024 · 4 comments · Fixed by #12
Closed

Invalid rpc nodes #10

baktun14 opened this issue Aug 8, 2024 · 4 comments · Fixed by #12

Comments

@baktun14
Copy link

baktun14 commented Aug 8, 2024

We were doing some testing with the proxy and came across connectivity issues. Some of the rpc nodes under the proxy are either returning errors or an html page.

Here's the list of faulty nodes I found:

image

@caarlos0
Copy link
Contributor

caarlos0 commented Aug 9, 2024

should we maybe remove these nodes from https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/chain.json ?

I noticed that while working on this, assumed it was a temporary error or that I needed some sort of api key...

@caarlos0
Copy link
Contributor

caarlos0 commented Aug 9, 2024

we could store status codes in a histogram or in some buckets and use that as an heuristic to determine if the node is healthy or not, along with response time.

do you think that makes sense?

@baktun14
Copy link
Author

baktun14 commented Aug 9, 2024

Yea, I think keeping track of the status of each nodes makes the most sense to me. I don't think we want to manually filter which ones currently work or not.

@caarlos0
Copy link
Contributor

forgot to mention, but #12 should do it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants