Skip to content

timothyp/deadlock_retry

 
 

Repository files navigation

= Deadlock Retry

Tests

Deadlock retry allows the database adapter (currently only tested with the MySQLAdapter) to retry transactions that fall into deadlock. It will retry such transactions three times before finally failing.

This capability is automatically added to ActiveRecord. No code changes or otherwise are required.

== Installation

Add it to your Rails application by installing the gem:

gem install deadlock_retry

and including a reference to it in your application's Gemfile:

gem 'deadlock_retry'

About

Deadlock Retry plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%