增加定时任务线程池,增加定时任务执行时间节点
This commit is contained in:
parent
2e64c0e1ee
commit
485c739587
@ -26,7 +26,7 @@ public class ServicePlanTimer {
|
||||
/**
|
||||
* 定时处理设置了触发条件为系统时间的
|
||||
*/
|
||||
@Scheduled(cron = "0 0 5,6,7,8,9,10,11,12,14 * * ?")
|
||||
@Scheduled(cron = "0 0 5,6,7,8,9,10,11,12,14,16,18 * * ?")
|
||||
public void scheduledProcessing(){
|
||||
log.info("服务计划自动触发定时任务开始....");
|
||||
planService.scheduledProcessing();
|
||||
|
Loading…
x
Reference in New Issue
Block a user