This commit is contained in:
张良(004796)
2024-04-18 19:18:13 +08:00
parent 8ac4e40380
commit ed51ede58d
4 changed files with 5 additions and 10 deletions

View File

@@ -15,7 +15,7 @@ public class HomeRecommendJob {
// 每6分钟执行一次
@Scheduled(cron = "0 0/3 * * * ?")
@Scheduled(cron = "0 0/2 * * * ?")
public void clearRun() {
try {
homeManager.refreshHomeActiveCache();

View File

@@ -22,6 +22,5 @@ public class IncomeStatisticsJob {
}catch (Exception e){
log.error("更新每日收益统计失败!",e);
}
}
}