schedule.rb 361 B

1234567891011121314
  1. # Use this file to easily define all of your cron jobs.
  2. #
  3. # It's helpful, but not entirely necessary to understand cron before proceeding.
  4. # http://en.wikipedia.org/wiki/Cron
  5. #every 3.days do
  6. # runner "Company.scrub"
  7. # command "/usr/bin/some_great_command"
  8. # rake "some:great:rake:task"
  9. #end
  10. #every 15.minutes do
  11. # runner "EmailLead.spam_valid"
  12. #end