Skip to content

deni64k/deadlock_retry

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

= Deadlock Retry

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:

  sudo gem install negval-deadlock_retry

and including a reference to it in your application's config/environment.rb:

  config.gem 'negval-deadlock_retry', :lib => 'deadlock_retry', :source => 'http://rubygems.com'


Copyright (c) 2005 Jamis Buck, released under the MIT license

About

Deadlock Retry plugin

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%