Class: Shipit::DeferredTouchJob

Inherits:
BackgroundJob show all
Includes:
BackgroundJob::Unique
Defined in:
app/jobs/shipit/deferred_touch_job.rb

Constant Summary

Constants included from BackgroundJob::Unique

BackgroundJob::Unique::ConcurrentJobError, BackgroundJob::Unique::DEFAULT_TIMEOUT

Constants inherited from BackgroundJob

BackgroundJob::DEFAULT_RETRY_TIME_IN_SECONDS

Instance Method Summary collapse

Methods included from BackgroundJob::Unique

#acquire_lock, #lock_key

Instance Method Details

#performObject



12
13
14
# File 'app/jobs/shipit/deferred_touch_job.rb', line 12

def perform
  DeferredTouch.touch_now!
end