From 23d34bd583586da0703841e4fb36bf7f9f8c95d1 Mon Sep 17 00:00:00 2001 From: Dan Croak Date: Tue, 7 Jul 2009 01:50:49 -0400 Subject: [PATCH] adding a placeholder cron rakefile --- lib/tasks/cron.rake | 12 ++++++++++++ 1 file changed, 12 insertions(+), 0 deletions(-) create mode 100644 lib/tasks/cron.rake diff --git a/lib/tasks/cron.rake b/lib/tasks/cron.rake new file mode 100644 index 0000000..4f5f6d5 --- /dev/null +++ b/lib/tasks/cron.rake @@ -0,0 +1,12 @@ +# Enable with either: +# heroku addons:add nightly_cron +# heroku addons:add hourly_cron + +# Write a task like: +# task :cron => :environment do +# Tweet.get +# end + +# See recent results: +# heroku logs:cron + -- libgit2 0.21.2