Commit 8f2416a0 authored by wanghao's avatar wanghao

Revert "1 测试 上电后通信 和 最终完成 定时任务功能"

parent b3f5ae6d
...@@ -32,8 +32,8 @@ public class DeviceTaskScheduler { ...@@ -32,8 +32,8 @@ public class DeviceTaskScheduler {
// 新增:每个设备任务的Quartz线程隔离(避免任务间干扰) // 新增:每个设备任务的Quartz线程隔离(避免任务间干扰)
private static final String THREAD_GROUP = "DEVICE_THREAD_GROUP"; private static final String THREAD_GROUP = "DEVICE_THREAD_GROUP";
// 常量:Cron周期(5分钟)、任务有效期(7天) // 常量:Cron周期(3分钟)、任务有效期(7天)
private static final String CRON_EXPRESSION = "0 0/5 * * * ?"; private static final String CRON_EXPRESSION = "0 0/3 * * * ?";
private static final int TASK_VALID_DAYS = 7; private static final int TASK_VALID_DAYS = 7;
/** /**
* 创建设备监控任务(入口:增加调度器健康检查、任务去重) * 创建设备监控任务(入口:增加调度器健康检查、任务去重)
......
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