Commit 23d34bd583586da0703841e4fb36bf7f9f8c95d1

Authored by Dan Croak
1 parent 08e24d82

adding a placeholder cron rakefile

Showing 1 changed file with 12 additions and 0 deletions   Show diff stats
lib/tasks/cron.rake 0 → 100644
... ... @@ -0,0 +1,12 @@
  1 +# Enable with either:
  2 +# heroku addons:add nightly_cron
  3 +# heroku addons:add hourly_cron
  4 +
  5 +# Write a task like:
  6 +# task :cron => :environment do
  7 +# Tweet.get
  8 +# end
  9 +
  10 +# See recent results:
  11 +# heroku logs:cron
  12 +
... ...