更新定时任务

This commit is contained in:
2025-11-10 15:05:14 +08:00
parent 64baa08aa7
commit 3190b7d946

View File

@@ -27,7 +27,7 @@ public class jobController {
private ThreadPoolTaskExecutor hostMonitorExecutor;
/**
*
* 主机在线状态检测每10分钟检测一次
*/
@Scheduled(cron = "0 0/10 * * * ?")
public void getJobMonitHostStatus() {