class Delayed::StatusJob

Public Instance Methods

perform() click to toggle source
# File lib/delayed/status_job.rb, line 3
def perform
  Job.enqueue StatusJob.new, run_at: (next_run || 1.minute.from_now)
end