Class: Cron::Emitter
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
-
.run ⇒ Object
Put your logic here in run.
Class Method Details
.run ⇒ Object
Returns Put your logic here in run.
12 |
# File 'lib/app/jobs/cron/emitter.rb', line 12 def self.run; end |