Skip to content

Instantly share code, notes, and snippets.

@kopylovvlad
Created November 6, 2016 19:18
Show Gist options
  • Save kopylovvlad/acf7654c507a11a22a8494a5dc3a985c to your computer and use it in GitHub Desktop.
Save kopylovvlad/acf7654c507a11a22a8494a5dc3a985c to your computer and use it in GitHub Desktop.
every 3.hours do
runner “Item.export_data"
end
every 1.day, :at => ‘09:30 am' do
runner “User.send_email"
end
every 1.day :at => ’23:00 pm’ do
runner “Statistic.save_daily_report"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment