Closed pquadri closed 2 years ago
Hello, would you consider adding an infinite retry decorator similar to the already existing retry? I have written my own implementation and I'd like to add it to the package
Why not simply call with some large number?
Because by design I want it to be infinity and not arbitrarily large :)
Hello, would you consider adding an infinite retry decorator similar to the already existing retry? I have written my own implementation and I'd like to add it to the package