Commit 197d89c0 authored by zhoushiguang's avatar zhoushiguang

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

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