#31: disable product_build_list:clear:outdated rake task

This commit is contained in:
Vokhmin Alexey V 2013-03-26 22:17:47 +04:00
parent 9670f72ef9
commit 177c4891e4
1 changed files with 4 additions and 3 deletions

View File

@ -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'