deadlock_retry icon indicating copy to clipboard operation
deadlock_retry copied to clipboard

NOTICE: official repository moved to https://github.com/heaps/deadlock_retry

Results 1 deadlock_retry issues
Sort by recently updated
recently updated
newest added

Use something like what follows in deadlock_retry.rb if !method_defined?(:transaction_without_deadlock_handling) alias_method :transaction_without_deadlock_handling, :transaction alias_method :transaction, :transaction_with_deadlock_handling end For some reason the the code was executed twice.