activerecord-retry 1.0.0
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.
Gemfile:
=
install:
=
Versions:
- 1.0.0 September 06, 2012 (5 KB)
Runtime Dependencies (2):
activerecord
~> 3.0
activesupport
~> 3.0