Browse Source

去掉task

chenminghua 2 years ago
parent
commit
cb9bc116e2

+ 1 - 1
gyee-sample-impala/src/main/java/com/gyee/impala/schdule/TaskPerformance.java

@@ -44,7 +44,7 @@ public class TaskPerformance {
     private CaseperformanceService performanceService;
 
 
-    @Scheduled(initialDelay = 10 * 1000, fixedRate = 2 * 86400000 * 1000)
+//    @Scheduled(initialDelay = 10 * 1000, fixedRate = 2 * 86400000 * 1000)
 //    @Scheduled(cron = "0 40 2 * * ?")
     public void performanceNSS(){
         if (InitialRunner.wpMap.size() == 0)