Links
Deadlock Retry
Categories
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.
Vitals
| Repository | http://dev.rubyonrails.org/svn/rails/plugins/deadlock_retry/ |
|---|---|
| License | Rails' (MIT) |
| Rating | (1 vote) |
| Created | 18 May 2006 |
