class OnlineMigrations::NullLockRetrier

@private

Public Instance Methods

attempts(*) click to toggle source
# File lib/online_migrations/lock_retrier.rb, line 234
def attempts(*)
  0
end
delay(*) click to toggle source
# File lib/online_migrations/lock_retrier.rb, line 242
def delay(*)
  0
end
lock_timeout(*) click to toggle source
# File lib/online_migrations/lock_retrier.rb, line 238
def lock_timeout(*)
  0
end
with_lock_retries() { || ... } click to toggle source
# File lib/online_migrations/lock_retrier.rb, line 246
def with_lock_retries
  yield
end