Sha256: d401fcef9d3cc4419e6cd35a3b5fb9550bffff9b69e771b64012035cd147bf64

Contents?: true

Size: 356 Bytes

Versions: 4

Compression:

Stored size: 356 Bytes

Contents

# cronotab.rb — Crono configuration file
#
# Here you can specify periodic jobs and their schedule.
# You can specify a periodic job as a ActiveJob class in `app/jobs/`
# Actually you can use any class. The only requirement is that
# the class should implement a method `perform` without arguments.
#
# Crono.perform(TestJob).every 2.days, at: "15:30"
#

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
crono-0.6.1 lib/generators/crono/install/templates/cronotab.rb.erb
crono-0.5.2 lib/generators/crono/install/templates/cronotab.rb.erb
crono-0.5.1 lib/generators/crono/install/templates/cronotab.rb.erb
crono-0.5.0 lib/generators/crono/install/templates/cronotab.rb.erb