frankfurter/config/schedule.rb
2015-09-11 14:42:45 +01:00

6 lines
148 B
Ruby

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