An open API service indexing awesome lists of open source software.

https://github.com/than-dev/retry-decorator

Its a retry decorator implementation for async operations on javascript/typescript! Some strategies were used, like backoff, jitter and custom transient error detection!
https://github.com/than-dev/retry-decorator

backend backoff communication decorators javascript jitter nodejs patterns retry typescript

Last synced: 4 months ago
JSON representation

Its a retry decorator implementation for async operations on javascript/typescript! Some strategies were used, like backoff, jitter and custom transient error detection!

Awesome Lists containing this project

README

          

### Retry decorator in Javascript