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
Per #22 (comment), we should add in a wrapper around gRPC connections/calls that:
1.) Adds in an ability to do optional backoff retries
2.) Keeps track of healthy gRPC endpoints on the fly and update cache
This PR should be done after #31. This is split into 2 issues to separate actual cache implementation and utilization bc the latter will require a bit of a refractor.
This PR should also extend the cache hashset into a hashmap with values indicating how many times in a row connection attempts have failed and remove endpoints that have failed more than some threshold value
The text was updated successfully, but these errors were encountered:
Per #22 (comment), we should add in a wrapper around gRPC connections/calls that:
1.) Adds in an ability to do optional backoff retries
2.) Keeps track of healthy gRPC endpoints on the fly and update cache
This PR should be done after #31. This is split into 2 issues to separate actual cache implementation and utilization bc the latter will require a bit of a refractor.
This PR should also extend the cache hashset into a hashmap with values indicating how many times in a row connection attempts have failed and remove endpoints that have failed more than some threshold value
The text was updated successfully, but these errors were encountered: