From 177c4891e470aa7610f67314244b094f9dc1e0d0 Mon Sep 17 00:00:00 2001 From: Vokhmin Alexey V Date: Tue, 26 Mar 2013 22:17:47 +0400 Subject: [PATCH] #31: disable product_build_list:clear:outdated rake task --- config/schedule.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config/schedule.rb b/config/schedule.rb index 318eabf95..8a4d061ad 100644 --- a/config/schedule.rb +++ b/config/schedule.rb @@ -7,9 +7,10 @@ # runner "Download.parse_and_remove_nginx_log" #end -every :day, :at => '4:10 am' do - rake "product_build_list:clear:outdated", :output => 'log/product_build_list_clear.log' -end +# TODO: Uncomment when all needed product build lists will be updated. +# every :day, :at => '4:10 am' do +# rake "product_build_list:clear:outdated", :output => 'log/product_build_list_clear.log' +# end every :day, :at => '4:00 am' do rake "import:sync:all", :output => 'log/sync.log'