Class: Djwrapper::DelayedBackgroundProcess

Inherits:
BackgroundProcess show all
Defined in:
lib/djwrapper/delayed_background_process.rb

Class Method Summary collapse

Methods inherited from BackgroundProcess

log, process!, time, verbose?

Class Method Details

.enqueueObject

class methods



29
30
31
# File 'lib/djwrapper/delayed_background_process.rb', line 29

def self.enqueue
  Delayed::Job.enqueue(Djwrapper::Job.new(self.name.to_s))
end