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
Both standard API and debug API should have health endpoint which would be websocket. This way the bee-status can monitor the endpoint and alert user if anything goes wrong.
The text was updated successfully, but these errors were encountered:
These would require changes from the Bee side too. We can have this functionality by setting up a timer that checks the health endpoints without websocket.
On bee side - not sure, since k8s is polling these endpoints too, it means that they might need to be implemented to support both ws and normal json responses. Which is probably doable. Not sure how urgent this is though.
Both standard API and debug API should have health endpoint which would be websocket. This way the bee-status can monitor the endpoint and alert user if anything goes wrong.
The text was updated successfully, but these errors were encountered: