cron.rake 204 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 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