feat: 修改定时任务间隔
This commit is contained in:
@@ -47,7 +47,7 @@ public class LicenseTask {
|
|||||||
@Resource
|
@Resource
|
||||||
private NotifyMessageSendApi notifySendApi;
|
private NotifyMessageSendApi notifySendApi;
|
||||||
|
|
||||||
@Scheduled(cron = "*/8 * * * * ?")
|
@Scheduled(cron = "*/6 * * * * ?")
|
||||||
public void task() {
|
public void task() {
|
||||||
licenseService.genLicenseTask();
|
licenseService.genLicenseTask();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user