Commit e3c764bb authored by renandong's avatar renandong 🇨🇳

1,定时任务执行时间调整为一小时执行一次

parent 7d2c1770
......@@ -70,8 +70,7 @@ public class UserTagsTask {
/**
* 查询未推送消息成功记录,发送短信通知
*/
// @Scheduled(cron = "0 0 0/1 * * ?")
@Scheduled(cron = "0 0/2 * * * ?")
@Scheduled(cron = "0 0 0/1 * * ?")
public void sendMessage() {
try {
log.error("开始执行短信推送任务");
......
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