tim-kos/node-retry

retries + 1 issue

cristian-smocot opened this issue · 3 comments

What am I doing wrong, if the number of attempts is retries+1?

I specified the retries options parameter to 5 for example, but then it attempts 6 times to execute the operation.

Probably 1 attempt and 5 retries?

I get it now. Thanks!

1 attempt and 5 retries, that's correct!