From 62f0fb4bab32be0c452e68c9933bdfdc0e408e58 Mon Sep 17 00:00:00 2001 From: Vokhmin Alexey V Date: Mon, 10 Jun 2013 14:24:58 +0400 Subject: [PATCH] #169: cleaning of outdated product_build_lists enabled --- config/schedule.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/config/schedule.rb b/config/schedule.rb index 8a4d061ad..318eabf95 100644 --- a/config/schedule.rb +++ b/config/schedule.rb @@ -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'