resque-retry

Retry tool

Provides retry logic and exponential backoff support for Resque jobs

A resque plugin; provides retry, delay and exponential backoff support for resque jobs.

GitHub

422 stars
8 watching
138 forks
Language: Ruby
last commit: 16 days ago

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
resque/resque-scheduler Supports scheduling of future job runs in a background job system 1,737
rholder/retrying A general-purpose retrying library for Python applications 1,917
safwank/elixirretry Provides macros for retrying code with customizable delay and exception handling strategies. 444
kamilsk/retry A library providing an interruptible mechanism to perform actions repetitively until successful 340
ybbus/httpretry Enriches an HTTP client with automatic retry functionality using exponential backoff. 48
sindresorhus/p-retry A utility for automatically retrying failed promise-returning or async functions with exponential backoff and customizable error handling. 799
rafaeljesus/retry-go A package for implementing retries in Go programs with flexible retry policies and timing 50
resque/resque-web A web interface to Resque's job queue system, built as a Rails engine. 235
ankane/slowpoke Enhances Rack::Timeout with safer service timeouts, dynamic timeouts, and custom error pages for Rails applications. 360
percolate/retry A Go package for implementing retry logic in error handling 10
icanzilb/retry A Swift library that provides a flexible way to retry failed operations with customizable delay strategies and maximum attempts. 499
zapnap/resque_mailer A plugin that enables asynchronous email sending with ActionMailer and Resque. 604
itpixelz/ngx-http-retry A service that adds retry logic to Angular's HttpClient methods 1
ssgreg/repeat Provides a Go implementation of backoff strategies and retry mechanisms for operations with timed-out or failed attempts. 85