remove reference to script/rails in cron schedule, since it pulls up the wrong ruby version

This commit is contained in:
Emi Matchu 2010-12-01 21:05:15 -05:00
parent ea4a4e6ee0
commit 666edc117c

View file

@ -1,24 +1,7 @@
# 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
# Example:
#
# set :output, "/path/to/my/cron_log.log"
#
# every 2.hours do
# command "/usr/bin/some_great_command"
# runner "MyModel.some_method"
# rake "some:great:rake:task"
# end
#
# every 4.days do
# runner "AnotherModel.prune_old_records"
# end
# Learn more: http://github.com/javan/whenever
job_type :runner, "cd :path && rails runner -e :environment ':task' :output"
env :MAILTO, 'webmaster@openneo.net'
every :day do