Class: Shipit::DeferredTouchJob
- Inherits:
-
BackgroundJob
- Object
- ActiveJob::Base
- BackgroundJob
- Shipit::DeferredTouchJob
- 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
Instance Method Details
#perform ⇒ Object
12 13 14 |
# File 'app/jobs/shipit/deferred_touch_job.rb', line 12 def perform DeferredTouch.touch_now! end |