You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run hermes health-check, it might report that the chain is healthy except it isn't, for example, if websocket is inaccessible if event_source.mode is set to "push", or if your gRPC is misconfigured.
For example, I had gRPC misconfigured on one of my chains (forgot to open the gRPC port to outside), hermes health-check reports everything is fine, but once Hermes starts, it fails to create a worker for balance and doesn't expose my balance.
Version
1.10.4, but also should have the same behaviour on latest
Steps to Reproduce
See above.
Acceptance Criteria
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate milestone (priority) applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Summary of Bug
When I run
hermes health-check
, it might report that the chain is healthy except it isn't, for example, if websocket is inaccessible if event_source.mode is set to "push", or if your gRPC is misconfigured.For example, I had gRPC misconfigured on one of my chains (forgot to open the gRPC port to outside),
hermes health-check
reports everything is fine, but once Hermes starts, it fails to create a worker for balance and doesn't expose my balance.Version
1.10.4, but also should have the same behaviour on latest
Steps to Reproduce
See above.
Acceptance Criteria
For Admin Use
The text was updated successfully, but these errors were encountered: