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'