Module: Crono

Defined in:
lib/crono.rb,
lib/crono/cli.rb,
lib/crono/job.rb,
lib/crono/web.rb,
lib/crono/config.rb,
lib/crono/period.rb,
lib/crono/logging.rb,
lib/crono/railtie.rb,
lib/crono/version.rb,
lib/crono/cronotab.rb,
lib/crono/interval.rb,
lib/crono/scheduler.rb,
lib/crono/time_of_day.rb,
lib/crono/performer_proxy.rb,
lib/crono/orm/active_record/crono_job.rb,
lib/generators/crono/install/install_generator.rb

Overview

Crono main module

Defined Under Namespace

Modules: Generators, Logging Classes: CLI, Config, CronoJob, Cronotab, Interval, Job, PerformerProxy, Period, Railtie, Scheduler, TimeOfDay, Web

Constant Summary collapse

VERSION =
'1.1.2'

Class Method Summary collapse

Class Method Details

.perform(performer, *job_args) ⇒ Object



27
28
29
# File 'lib/crono/performer_proxy.rb', line 27

def self.perform(performer, *job_args)
  PerformerProxy.new(performer, Crono.scheduler, job_args)
end