Method: Updater::ORM::ClassMethods#clear_locks
- Defined in:
- lib/updater/orm/orm.rb
#clear_locks(worker) ⇒ Object
This method unlocks and makes availible any and all jobs which have been locked by the worker. Workers are uniquely identified by the name method. This is an indication that the worker has died or been killed and cannot complete its job.
210 211 212 |
# File 'lib/updater/orm/orm.rb', line 210 def clear_locks(worker) NotImplementedError end |