123
This commit is contained in:
@@ -15,7 +15,7 @@ public class HomeRecommendJob {
|
||||
|
||||
|
||||
// 每6分钟执行一次
|
||||
@Scheduled(cron = "0 0/3 * * * ?")
|
||||
@Scheduled(cron = "0 0/2 * * * ?")
|
||||
public void clearRun() {
|
||||
try {
|
||||
homeManager.refreshHomeActiveCache();
|
||||
|
||||
@@ -22,6 +22,5 @@ public class IncomeStatisticsJob {
|
||||
}catch (Exception e){
|
||||
log.error("更新每日收益统计失败!",e);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user