Changes between Version 14 and Version 15 of WikiStart


Ignore:
Timestamp:
05/13/2016 03:18:06 PM (10 years ago)
Author:
chentainian
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v14 v15  
    8686== 定时任务 == 
    8787 
     881 0 0 * * 5 /bin/bash /data/sh/groovy_CreateXml.sh > /dev/null 2>&1 
     89  每周五生成所有baiduXML文件 
     90 
     912 * * * * * /data/sh/groovy_GetQuestion.sh >> /data/sh/GetQuestion_log.txt 2>&1 
     92  每分钟获取360数据储存进库 
     93 
     943 */15 * * * * /data/sh/groovy.sh >> /data/sh/log.txt 2>&1 
     95  每15分钟发送帖子多回复到论坛 
     96 
     974 0 1 15 * * curl -s http://192.168.249.195:8080/admin/seo/flow/updateKeyValueForNew.do>/dev/null 2>&1 
     98  0 0 15 * * curl -s http://192.168.249.195:8080/admin/seo/flow/updateArchiveCount.do>/dev/null 2>&1 
     99  每15天更新流量页数据 
     100 
     1015 0 0 * * * curl -s http://192.168.249.195:8080/admin/seo/tag/updateBaiduTop.do >/dev/null 2>&1 
     102  每天更新聚合页百度排名 
     103 
    88104== 日常需求线 == 
    89105[[TicketQuery(version ~= hotfix,max=20,order=id,desc=1,format=table,col=summary|status|resolution|version|owner|reporter|type|changetime)]]