Sha256: e31eadfcc8c033abf5ac7ac9e6c3e8e40f882cb4664edb53aa99f38147f77bb3

Contents?: true

Size: 496 Bytes

Versions: 1

Compression:

Stored size: 496 Bytes

Contents

# Use this file to easily define all of your cron jobs.
#
# It's helpful, but not entirely necessary to understand cron before proceeding.
# http://en.wikipedia.org/wiki/Cron
#
job_type :command, 'dotenv :task :output'
job_type :rake,    'cd :path && dotenv bundle exec rake :task --silent :output'
job_type :runner,  "cd :path && dotenv bin/rails runner -e :environment ':task' :output"
job_type :script,  'cd :path && dotenv bin/:task :output'

# every 1.day, at: '1:00 am' do
# rake ...
# end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kratos-1.1.0 templates/schedule.rb