qingyan 4 天之前
父節點
當前提交
d8703f6a49

二進制
dump.rdb


+ 0 - 3
task_script/run_fq_iaa_match_7day.js

@@ -68,9 +68,6 @@ async function processTask(){
         if(connection!=null){
             connection.end()
         }
-        if(right_status){
-            global.setTimeout(processTask, 2000);
-        }
     }
 
 }

+ 0 - 3
task_script/run_fq_iap_match_7day.js

@@ -67,9 +67,6 @@ async function processTask(){
         if(connection!=null){
             connection.end()
         }
-        if(right_status){
-            global.setTimeout(processTask, 2000);
-        }
     }
 
 }

+ 0 - 3
task_script/run_qm_iaa_match_7day.js

@@ -69,9 +69,6 @@ async function processTask(){
         if(connection!=null){
             connection.end()
         }
-        if(right_status){
-            global.setTimeout(processTask, 2000);
-        }
     }
 
 }

+ 0 - 3
task_script/run_qm_iap_match_7day.js

@@ -68,9 +68,6 @@ async function processTask(){
         if(connection!=null){
             connection.end()
         }
-        if(right_status){
-            global.setTimeout(processTask, 2000);
-        }
     }
 
 }

+ 0 - 3
task_script/run_zy_iaa_match_7day.js

@@ -76,9 +76,6 @@ async function processTask(){
         if(connection!=null){
             connection.end()
         }
-        if(right_status){
-            global.setTimeout(processTask, 2000);
-        }
     }
 
 }

+ 0 - 3
task_script/run_zy_iap_match_7day.js

@@ -74,9 +74,6 @@ async function processTask(){
         if(connection!=null){
             connection.end()
         }
-        if(right_status){
-            global.setTimeout(processTask, 2000);
-        }
     }
 
 }