You are here: Browse Railsplugins 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© 2005 Jamis Buck, released under the MIT license
NOTE: This description has been extracted from the Plugin README and so the formatting may need updating to make browser friendly