Exponential backoff
Closed this issue · 0 comments
sgerbino commented
In our Golang microservices, retry just loops every 1s, this should be an exponential backoff up to 30s similar to the C++ implementation.
Closed this issue · 0 comments
In our Golang microservices, retry just loops every 1s, this should be an exponential backoff up to 30s similar to the C++ implementation.