Poll ECB more frequently

This commit is contained in:
Hakan Ensari 2015-09-11 14:40:01 +01:00
parent e59181dce5
commit 41c585ec3c

View File

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