frankfurter/config/schedule.rb

6 lines
148 B
Ruby
Raw Normal View History

2015-03-10 13:08:51 +01:00
job_type :rake, 'cd :path && foreman run bundle exec rake :task --silent :output'
2015-09-11 15:40:01 +02:00
every '*/15 13,14,15,16,17 * * 1-5' do
2015-03-10 13:08:51 +01:00
rake "rates:update"
2015-03-09 12:25:11 +01:00
end