#169: cleaning of outdated product_build_lists enabled

This commit is contained in:
Vokhmin Alexey V 2013-06-10 14:24:58 +04:00
parent 08966ab738
commit 62f0fb4bab
1 changed files with 3 additions and 4 deletions

View File

@ -7,10 +7,9 @@
# runner "Download.parse_and_remove_nginx_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: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'