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
Currently we create an instance of the relay client in grid proxy and it is used to fetch node statistics. The client doesn't a logic to attempt a reconnect and handle lost connections, meaning that once a disconnect happens, all further requests to the statistics endpoint would fail.
i was able to access and check the statistics endpoint with multiple nodes and it worked without any issues and over the last couple of days i was able to access this endpoint and it worked with me every time without any issues.
Describe the bug
Currently we create an instance of the relay client in grid proxy and it is used to fetch node statistics. The client doesn't a logic to attempt a reconnect and handle lost connections, meaning that once a disconnect happens, all further requests to the
statistics
endpoint would fail.To Reproduce
Steps to reproduce the behavior:
This can only happens when the relay connection is broken. When that happens going to that endpoint wouldn't work: https://gridproxy.dev.grid.tf/nodes/12/statistics
Expected behavior
There are two approaches here. Make the client more resistant to broken connection or ensure that client connection is valid in the proxy server.
Logs
From the proxy pod:
The text was updated successfully, but these errors were encountered: