resque-retry 0.0.5
resque-retry provides retry, delay and exponential backoff support for resque jobs. Features: * Redis backed retry count/limit. * Retry on all or specific exceptions. * Exponential backoff (varying the delay between retrys). * Small & Extendable - plenty of places to override retry logic/settings.
Gemfile:
=
インストール:
=
Runtime依存関係 (2):
resque
>= 1.8.0
resque-scheduler
>= 1.8.0