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

Idea: UI to show query nodes #683

Open
mochet opened this issue Feb 19, 2022 · 2 comments
Open

Idea: UI to show query nodes #683

mochet opened this issue Feb 19, 2022 · 2 comments
Labels

Comments

@mochet
Copy link
Collaborator

mochet commented Feb 19, 2022

Query Nodes are essential to the platform, it would be good to have a way to see how each QN is running (such as information concerning the latest block it has processed)

I'm not sure of the best method to check this, I have created an issue here to explore it: Joystream/joystream#3271

@traumschule
Copy link
Collaborator

traumschule commented Feb 20, 2022

https://joystreamstats.live/storage

QN Test

can become more sophisticated by comparing returned data and detecting setup issues (#3271) incomplete syncs or even chain splits later. related: #641

@mochet
Copy link
Collaborator Author

mochet commented Jun 12, 2022

It is possible to get the status of a query node by running the following

subscription
	{stateSubscription
    	{lastCompleteBlock,lastProcessedEvent,indexerHead,chainHead}
  }

This only works on the official Joystream QN (https://query.joystream.org/graphql) but no others, so maybe has to be activated.
But it seems like a viable way to keep track of which Query Nodes are working and which aren't.

@mochet mochet mentioned this issue Jun 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants