frankfurter/config/schedule.rb

6 lines
145 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-03-10 13:05:42 +01:00
every '0 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