Method: Delayed::Backend::Base#unlock

Defined in:
lib/delayed/backend/base.rb

#unlockObject

Unlock this job (note: not saved to DB)



70
71
72
73
# File 'lib/delayed/backend/base.rb', line 70

def unlock
  self.locked_at    = nil
  self.locked_by    = nil
end