Class: OnlineMigrations::NullLockRetrier
- Inherits:
-
LockRetrier
- Object
- LockRetrier
- OnlineMigrations::NullLockRetrier
- Defined in:
- lib/online_migrations/lock_retrier.rb
Instance Attribute Summary
Attributes inherited from LockRetrier
Instance Method Summary collapse
Instance Method Details
#attempts ⇒ Object
227 228 229 |
# File 'lib/online_migrations/lock_retrier.rb', line 227 def attempts(*) 0 end |
#delay ⇒ Object
234 235 |
# File 'lib/online_migrations/lock_retrier.rb', line 234 def delay(*) end |
#lock_timeout ⇒ Object
231 232 |
# File 'lib/online_migrations/lock_retrier.rb', line 231 def lock_timeout(*) end |
#with_lock_retries ⇒ Object
237 238 239 |
# File 'lib/online_migrations/lock_retrier.rb', line 237 def with_lock_retries yield end |