frankfurter/config/schedule.rb
2015-03-10 12:08:51 +00:00

6 lines
145 B
Ruby

job_type :rake, 'cd :path && foreman run bundle exec rake :task --silent :output'
every '0 13,14,15,16,17 * * 1-5' do
rake "rates:update"
end