qertoip / transaction_retry

Retries database transaction on deadlock and transaction serialization errors. Supports MySQL, PostgreSQL and SQLite.
MIT License
116 stars 42 forks source link

Does this work on Rails 4.2? #6

Closed joshuapinter closed 5 years ago

joshuapinter commented 5 years ago

With the lack of commits to this library and the lack of documentation and wide support for it, I was dubious if it would work out of the box on our Rails 4.2 application.

joshuapinter commented 5 years ago

Answer: We're trying it on our Rails 4.2.11 app right now and it appears to work great. It has completely resolved our Deadlock issues we've been seeing during intensive, concurrent imports and doesn't seem to be causing any other issues as far as we can tell.