-
Notifications
You must be signed in to change notification settings - Fork 104
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
cardano-graphql reporting 522 on initialisation #805
Comments
Actually by looking at the graphql code I can see that it tries to call the metadata server. Which takes A huge time to answer :
Is there another public url that I can call for the metadata ? I suppose then that my other node will probably fail the same way on the next restart... I’ll try to look if there is a config to increase the timeout. |
Ok so it looks like there is no timeout at least configured on graphql so this is coming from the server or something in between... weird that I don’t have the same error when querying with curl. Any ideas ? Something that I miss ? This is what is configured in my config for cardano-graphql :
|
ok so it seems that it’s due to cloudflare. From the other region (zurich) querying the above endpoint is fast (2 sec). But from geneva it’s not.. Is there any other public service for the metadata that we can use ? |
Unfortunately not. Depending on this centralised service is unfortunate, although at the time of original implementation, was required. Have you been able to start the service? |
Ask a question
Hello !
I don’t know if it’s a bug so I’m just asking question for now.
We are running 2 cardano nodes in 2 different openshift cluster. On of them is currently unavailable because the graphql server is returning the error upon initialisation :
I tried to restart it. Even wipe the volume and restart from the latest snapshot but it failed with the same error.
I don’t want to update to the latest version yet for technical reason internal to the company I’m working. Do on of you has potential leads of where that is coming from ? We didn’t do any update recently in the config... 522 seems to suggest that the node or something is not answering in a decent amount of time But I don’t know how I can debug that.
Here are the version that we are using :
The text was updated successfully, but these errors were encountered: