Commit 550f9aa6 by 马黎滨

微博预热榜采集

parent 06b33699
......@@ -261,8 +261,8 @@ public class GatherTimer {
logger.info("知乎热搜话题采集结束...");
}
// @Async(value = "myScheduler")
// @Scheduled(cron = "20 * * * * ? ")
@Async(value = "myScheduler")
@Scheduled(cron = "20 * * * * ? ")
public void crawlerWeiBoPreheat(){
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