Commit 7c395174 by chenweitao

Merge branch 'working' into 'master'

暂停腾讯较真榜采集

See merge request !172
parents 672054e6 762def8b
......@@ -309,7 +309,7 @@ public class GatherTimer {
* 腾讯较真辟谣榜采集
*/
@Async(value = "myScheduler")
@Scheduled(cron = "10 * * * * ? ")
//@Scheduled(cron = "10 * * * * ? ")
public void crawlerTengXunVerificationHotSearch(){
log.info("{},腾讯较真辟谣榜开始采集", new Date());
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