-
Notifications
You must be signed in to change notification settings - Fork 123
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
Status endpoint returns incomplete information about the last indexed block #1516
Comments
Hey @tk-o thanks for opening this. Have you noticed that the |
Hard to say, but I remember, that while on What's interesting, Two tests: curl -s https://alpha.ensnode.io/metrics | grep 'ponder_sync_block{' && curl -s https://alpha.ensnode.io/status curl -s https://subgraph.ensnode.io/metrics | grep 'ponder_sync_block{' && curl -s https://subgraph.ensnode.io/status |
Version
0.9.10
Current behavior
GET /status
mostly return incomplete information about the last processed block:Sometime the response is complete, including the last processed block information:
Expected behavior
GET /status
always returns a complete response, including the last processed block information (block number, block timestamp), for example:Steps to reproduce
GET /status
endpoint on your running indexer service.Link to repository
https://github.com/namehash/ensnode/tree/main/apps/ensnode
Anything else?
I have been running two services with
[email protected]
, feel free to get these nodes' status at:The text was updated successfully, but these errors were encountered: