gigpark / deadlock_retry

Deadlock Retry plugin

Home Page:http://rubyonrails.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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

About

Deadlock Retry plugin

http://rubyonrails.org


Languages

Language:Ruby 100.0%