redux-owl
Offline retryer
A library that provides a simple method for supporting offline sync by retrying failed actions at configurable intervals and with exponential backoff.
one way linker
9 stars
2 watching
0 forks
Language: JavaScript
last commit: over 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
shafreeck/retry | A simple library to handle repeated attempts at completing a task with error handling and customizable backoff strategy | 12 |
ybbus/httpretry | Enriches an HTTP client with automatic retry functionality using exponential backoff. | 47 |
itpixelz/ngx-http-retry | A service that adds retry logic to Angular's HttpClient methods | 1 |
sindresorhus/p-retry | A utility for automatically retrying failed promise-returning or async functions with exponential backoff and customizable error handling. | 795 |
spider-gazelle/simple_retry | A tool for retrying code blocks with customizable options. | 6 |
jedirandy/redux-url | A middleware for synchronizing the URL with Redux store state | 7 |
icanzilb/retry | A Swift library that provides a flexible way to retry failed operations with customizable delay strategies and maximum attempts. | 499 |
rholder/retrying | A general-purpose retrying library for Python applications | 1,917 |
kamilsk/retry | A library providing an interruptible mechanism to perform actions repetitively until successful | 340 |
lantins/resque-retry | Provides retry logic and exponential backoff support for Resque jobs | 422 |
zslucky/redux-fetch-middleware | A middleware that simplifies data fetching and status tracking in Redux applications. | 38 |
rustyio/sync | Utility for automatic code recompilation and reloading in Erlang development environments | 749 |
sija/retriable.cr | A retry mechanism with exponential backoff for handling unreliable code blocks | 41 |
zackargyle/redux-async-queue | Middleware for Redux to queue and execute actions asynchronously | 112 |
platzidev/socket.io-redux | Middleware to connect Redux with Socket.IO and send actions via a real-time network connection. | 105 |