Matthew Collett
Results
2
comments of
Matthew Collett
Thanks for the suggestion! However, the callback approach doesn't quite solve configurable retry - it pushes the complexity (attempt counting, backoff delays, timers) to users. The goal is to configure...
Sorry - those libraries were just some examples of a configurable retry strategy, not necessarily a desired implementation for this library. I understand the scope concern, but basic retry config...