koinos/koinos-mq-golang

Exponential backoff

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.