A utility to retry failed async methods.
Abstraction for exponential and custom retry strategies for failed operations.
Retries a function that returns a promise, leveraging the power of the retry module.
TypeScript definitions for retry
Retrying made simple, easy and async
Retries a function that returns a promise, leveraging the power of the retry module.
An exchange for operation retry support in urql
Retry a promise-returning or async function
Retry HTTP requests with Axios.
Axios plugin that intercepts failed requests and retries them whenever posible.
Check whether a request can be retried based on the `error.code`
Retry a request.
Extend any fetch library with retry functionality
Retry a failed promise
TypeScript definitions for async-retry
Automatic retry plugin for octokit
retry for functions returning a promise
A webpack plugin to retry loading of chunks that failed to load
Abstraction for exponential and custom retry strategies for failed operations.
TypeScript definitions for promise-retry
[](https://github.com/vercel/fetch/actions?workflow=CI)
Retry client middleware for nice-grpc
A resilience and transient-fault-handling library that allows developers to express policies such as Backoff, Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. Inspired by .NET Polly.
Library that can be used to retry functions that return promise
Retry read queries automatically when disconnected from the database
Retries reads and transactions when an ActiveRecord::StatementInvalid occurs that matches a list of errors. Default list of errors includes errors related to failover situations to allow for graceful failovers during a request and to attempt prevention of data loss for temporary issue.
Something with the combination of Rails 3.1, Mysql2 0.3.x, Capybara, Selenium/Webkit/etc causes Mysql to raise exceptions where the connection is waiting on a result. This gem provides an auto-retry capability with the Mysql2Adapter to retry any query execution up to 5 times. This is a a temporary solution until the real issue with the above libraries/frameworks are resolved. This should NOT be used in production.
This gem provides a patch that once included will retry the PostgreSQL operation in case the server has gone away
Retry deadlocked ActiveRecord transactions
It is the library to reconnect automatically when ActiveRecord is disconnected from MySQL.
Provides automatic deadlock retry and logging functionality for ActiveRecord and MySQL
Provides automatic deadlock retry and logging functionality for ActiveRecord and MySQL
Retries an operation on an ActiveRecord until no StaleObjectError is being raised.
first_or_create does not guarantee uniqueness by itself, and if there is a uniqueness constraint on the database, it may fail with a RecordNotUnique exception. This gem adds atomic_first_or_create, which, in conjunction with a uniqueness constraint, provides the correct behaviour.
Provides automatic deadlock retry and logging functionality for ActiveRecord and MySQL
Provides automatical deadlock retry and logging functionality for ActiveRecord and MySQL