tim-kos / node-retry

Abstraction for exponential and custom retry strategies for failed operations.
Other
1.22k stars 80 forks source link

Fixes retry so that _errors only keeps the last record rather than all but the last. #74

Closed chanced closed 4 years ago

chanced commented 4 years ago

Fixed the slice operation so that this comment is true:

// retry forever, only keep last error
tim-kos commented 4 years ago

Thanks!

chanced commented 4 years ago

Thank you for the project!