ihrwein / backoff

Exponential backoff and retry for Rust.
https://github.com/ihrwein/backoff
Apache License 2.0
305 stars 37 forks source link

Max retry count? #55

Open deven96 opened 2 years ago

deven96 commented 2 years ago

Is it possible to have a max retry count being set on ExponentialBackoff?

sr-gi commented 2 years ago

Came looking for this. Is there any way of doing so?

deven96 commented 2 years ago

I ended up going with again