`WithMaxRetries` method for `NewXXXBackoff`
Closed this issue · 0 comments
FelixSeptem commented
In most situation, retry mode shall control retry times instead of retry infinite,provide a method to control max retry times will be really helpful in most situation,I have implement this feature in my private repo,and I'd like to share my code by create a pull request if this idea accepted.