disable auto import by cron

This commit is contained in:
Alexander Machehin 2012-11-09 20:43:35 +06:00
parent 726aee49ff
commit 8e7efac35b
1 changed files with 3 additions and 3 deletions

View File

@ -7,9 +7,9 @@
# runner "Download.parse_and_remove_nginx_log"
#end
every 1.day, :at => '4:00 am' do
rake "import:sync:all", :output => 'log/sync.log'
end
#every 1.day, :at => '4:00 am' do
# rake "import:sync:all", :output => 'log/sync.log'
#end
every 1.day, :at => '3:50 am' do
rake "buildlist:clear:outdated", :output => 'log/build_list_clear.log'