Class Delayed::Backend::DataMapper::Job
In: lib/delayed/backend/data_mapper.rb
Parent: Object

Methods

Included Modules

::DataMapper::Resource Delayed::Backend::Base

Public Class methods

When a worker is exiting, make sure we don‘t have any locked jobs.

these are common to the other backends, so we provide an implementation

Public Instance methods

Lock this job for this worker. Returns true if we have the lock, false otherwise.

[Validate]