Commit 5d3744a0 authored by renandong's avatar renandong 🇨🇳

1,调整定时任务10:15执行

parent 5e9e1033
...@@ -55,8 +55,7 @@ public class UserTagsTask { ...@@ -55,8 +55,7 @@ public class UserTagsTask {
/** /**
* 更新用户标签 * 更新用户标签
*/ */
// @Scheduled(cron = "0 0 23 * * ?") @Scheduled(cron = "0 15 10 * * ? ")
@Scheduled(cron = "0 56 * * * ?")
public void updateUserTags() { public void updateUserTags() {
try { try {
//获取每次处理的id起始值 //获取每次处理的id起始值
......
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