Open sunjayaali opened 4 years ago
Another problem that is linked is that time.Sleep(backoffTime)
will be called even when the retries are exhausted, which can lead to quite a waste of time for the caller.
If we agree on both these issues, I'd be happy to propose a fix.
retrier still called with 0 retry count, is this expected?