disable auto import by cron
This commit is contained in:
parent
726aee49ff
commit
8e7efac35b
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue