Browse Source

Merge remote-tracking branch 'origin/dev/approval_20220615' into innerDevelop

zhaops 3 years ago
parent
commit
077df34c5f

+ 1 - 0
src/main/resources/application-dev.yml

@@ -11,6 +11,7 @@ hystrix:
   command:
   command:
     CdssCoreClient#getConceptNames(ConceptVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
     CdssCoreClient#getConceptNames(ConceptVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
     CdssCoreClient#clearRuleAll().execution.isolation.thread.timeoutInMilliseconds: 3600000
     CdssCoreClient#clearRuleAll().execution.isolation.thread.timeoutInMilliseconds: 3600000
+    CdssCoreClient#indexByApproval(IndexByApprovalVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
     default:
     default:
       execution:
       execution:
         timeout:
         timeout:

+ 1 - 0
src/main/resources/application-local.yml

@@ -11,6 +11,7 @@ hystrix:
   command:
   command:
     CdssCoreClient#getConceptNames(ConceptVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
     CdssCoreClient#getConceptNames(ConceptVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
     CdssCoreClient#clearRuleAll().execution.isolation.thread.timeoutInMilliseconds: 3600000
     CdssCoreClient#clearRuleAll().execution.isolation.thread.timeoutInMilliseconds: 3600000
+    CdssCoreClient#indexByApproval(IndexByApprovalVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
     default:
     default:
       execution:
       execution:
         timeout:
         timeout:

+ 1 - 0
src/main/resources/application-pre.yml

@@ -11,6 +11,7 @@ hystrix:
   command:
   command:
     CdssCoreClient#getConceptNames(ConceptVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
     CdssCoreClient#getConceptNames(ConceptVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
     CdssCoreClient#clearRuleAll().execution.isolation.thread.timeoutInMilliseconds: 3600000
     CdssCoreClient#clearRuleAll().execution.isolation.thread.timeoutInMilliseconds: 3600000
+    CdssCoreClient#indexByApproval(IndexByApprovalVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
     default:
     default:
       execution:
       execution:
         timeout:
         timeout:

+ 1 - 0
src/main/resources/application-pro.yml

@@ -11,6 +11,7 @@ hystrix:
   command:
   command:
     CdssCoreClient#getConceptNames(ConceptVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
     CdssCoreClient#getConceptNames(ConceptVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
     CdssCoreClient#clearRuleAll().execution.isolation.thread.timeoutInMilliseconds: 3600000
     CdssCoreClient#clearRuleAll().execution.isolation.thread.timeoutInMilliseconds: 3600000
+    CdssCoreClient#indexByApproval(IndexByApprovalVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
     default:
     default:
       execution:
       execution:
         timeout:
         timeout:

+ 1 - 0
src/main/resources/application-test.yml

@@ -11,6 +11,7 @@ hystrix:
   command:
   command:
     CdssCoreClient#getConceptNames(ConceptVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
     CdssCoreClient#getConceptNames(ConceptVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
     CdssCoreClient#clearRuleAll().execution.isolation.thread.timeoutInMilliseconds: 3600000
     CdssCoreClient#clearRuleAll().execution.isolation.thread.timeoutInMilliseconds: 3600000
+    CdssCoreClient#indexByApproval(IndexByApprovalVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
     default:
     default:
       execution:
       execution:
         timeout:
         timeout: