瀏覽代碼

1.江津版本切换 , 数据采集优化
2.数据源配置优化 删除多余配置 优化配置流程
3.优化江津采集日志相关代码
4.自来水和江津采集增加重试机制
5.数据源配置再优化, 将orcle数据源连接配置优化到主数据源代码中

1037015548@qq.com 4 天之前
父節點
當前提交
7356c1d9ed
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      dc3-gateway/src/main/java/io/github/pnoker/gateway/comtool/ScheduleTaskMgr.java

+ 2 - 2
dc3-gateway/src/main/java/io/github/pnoker/gateway/comtool/ScheduleTaskMgr.java

@@ -491,7 +491,7 @@ public class ScheduleTaskMgr {
                 String formattedDate = firstDayOfLastMonth.format(DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss"));
                 KprZilaishuiPumpBizFun.initWaterPumpReacordAll(formattedDate);
             }
-        },5000);
+        },20000);
     }
 
     //TODO 每小时的10分执行原始小时泵数据计算
@@ -505,7 +505,7 @@ public class ScheduleTaskMgr {
                 String formattedDate = firstDayOfLastMonth.format(DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss"));
                 KprZilaishuiPumpBizFun.initWaterPumpReacordAll(formattedDate);
             }
-        },5000);
+        },20000);
     }
 
         /**