Commit cdbc964a authored by alex yao's avatar alex yao

Agent应用热度计算 - 5分钟同步

parent 8a5cdb50
......@@ -37,7 +37,7 @@ public class AgentApplicationMallSchedule {
* 【用于更新DB的应用热度】
* 定时规则:每分钟触发一次
*/
@Scheduled(cron = "0 * * * * ?")
@Scheduled(cron = "0 0/5 * * * ?")
public void updateAgentPopularity() throws Exception {
// 查询应用市场表
List<BizAgentApplicationMallEntity> mallEntities = bizAgentApplicationMallService.getList();
......
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