Commit 830fa0b7 by chenweitao

Merge branch 'working' into 'master'

暂停搜狗微信采集程序(app端)

See merge request !155
parents 056c3e48 ec44077d
......@@ -205,8 +205,8 @@ public class GatherTimer {
/**
* 搜狗微信热搜的采集(app端采集链接)
*/
@Async(value = "myScheduler")
@Scheduled(cron = "20 * * * * ? ")
//@Async(value = "myScheduler")
//@Scheduled(cron = "20 * * * * ? ")
public void ceawlerSougouHotData(){
logger.info("搜狗微信热搜开始采集...");
Date date = DateUtils.getMillSecondTime(new Date());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment