Commit 197d89c0 authored by zhoushiguang's avatar zhoushiguang

诱导屏计算任务暂不迁移,保留在opt,待数据计算任务稳定后再开发到此模块

parent e872a3e0
...@@ -55,9 +55,9 @@ import java.util.stream.Collectors; ...@@ -55,9 +55,9 @@ import java.util.stream.Collectors;
* @desc 诱导信息下发监测 * @desc 诱导信息下发监测
*/ */
@RequiredArgsConstructor @RequiredArgsConstructor
@Component //@Component
@Slf4j @Slf4j
@Profile("docker") //@Profile("docker")
public class InducesMonitorTask { public class InducesMonitorTask {
@Autowired @Autowired
...@@ -94,7 +94,7 @@ public class InducesMonitorTask { ...@@ -94,7 +94,7 @@ public class InducesMonitorTask {
* #绿波调度计划扫描周期 * #绿波调度计划扫描周期
* 2 分钟 120000 * 2 分钟 120000
*/ */
@Scheduled(fixedRate = 120000) //@Scheduled(fixedRate = 120000)
public void refresh() throws Exception { public void refresh() throws Exception {
long start = System.currentTimeMillis(); long start = System.currentTimeMillis();
AtomicLong synCount = new AtomicLong(); AtomicLong synCount = new AtomicLong();
......
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