Hi,
We’ve been noticing that when a node is in any state other than caught up (e.g. Initializing), that the health checks /ping and /gossip are still returning 200 OK.
This has caused us to serve requests to nodes that aren’t fully operational yet and is causing issues.
Is there any way to query a specific node for it’s state through an HTTP request?
Right now, we’ve found a work around by just querying one of our projections, but I’d like to get away from that as projections are subject to change.
Regards,
Jameson