Class: Cron::Emitter

Inherits:
Object show all
Defined in:
lib/app/jobs/cron/emitter.rb

Overview

A Cron::Emitter looks for things that need to be done and is called by the master Cron::Server. This is not stored in the DB, but simply a Service or extension of CronTab that checks for things to do. If there is something to do, it should create a delayed job, not run it on the main Cron::Server thread.

Class Method Summary collapse

Class Method Details

.runObject

Returns Put your logic here in run.

Returns:

  • Put your logic here in run



12
# File 'lib/app/jobs/cron/emitter.rb', line 12

def self.run; end