Browse Source

1、术语关联映射-预匹配导入等超时

zhaops 3 years ago
parent
commit
5a357b3687

+ 8 - 0
config-server/src/main/resources/shared/cdssman-service-dev.yml

@@ -125,6 +125,14 @@ hystrix.command.CdssCoreClient#clearStandRuleDrugAll().execution.isolation.threa
 hystrix.command.CdssCoreClient#clearRuleAll().execution.isolation.thread.timeoutInMilliseconds: 3600000
 #远程调用开单合理性接口时间加长
 hystrix.command.CdssCoreClient#indication(IndicationPushVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用预匹配数据校验接口时间加长
+hystrix.command.CdssClient#dataVerify(MultipartFile,Integer).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用预匹配接口时间加长
+hystrix.command.CdssClient#precDataMatch_remote(MultipartFile,Integer).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用导入数据校验接口时间加长
+hystrix.command.CdssClient#importExcelDataVerify(MultipartFile,Long,Integer,String).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用导入接口时间加长
+hystrix.command.CdssClient#importExcel_remote(MultipartFile,Long,Integer,String).execution.isolation.thread.timeoutInMilliseconds: 3600000
 
 io.github.lvyahui8.spring:
   base-packages: com.diagbot.aggregate

+ 8 - 0
config-server/src/main/resources/shared/cdssman-service-local.yml

@@ -124,6 +124,14 @@ hystrix.command.CdssCoreClient#clearStandRuleDrugAll().execution.isolation.threa
 hystrix.command.CdssCoreClient#clearRuleAll().execution.isolation.thread.timeoutInMilliseconds: 3600000
 #远程调用开单合理性接口时间加长
 hystrix.command.CdssCoreClient#indication(IndicationPushVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用预匹配数据校验接口时间加长
+hystrix.command.CdssClient#dataVerify(MultipartFile,Integer).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用预匹配接口时间加长
+hystrix.command.CdssClient#precDataMatch_remote(MultipartFile,Integer).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用导入数据校验接口时间加长
+hystrix.command.CdssClient#importExcelDataVerify(MultipartFile,Long,Integer,String).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用导入接口时间加长
+hystrix.command.CdssClient#importExcel_remote(MultipartFile,Long,Integer,String).execution.isolation.thread.timeoutInMilliseconds: 3600000
 
 
 io.github.lvyahui8.spring:

+ 8 - 0
config-server/src/main/resources/shared/cdssman-service-pre.yml

@@ -125,6 +125,14 @@ hystrix.command.CdssCoreClient#clearStandRuleDrugAll().execution.isolation.threa
 hystrix.command.CdssCoreClient#clearRuleAll().execution.isolation.thread.timeoutInMilliseconds: 3600000
 #远程调用开单合理性接口时间加长
 hystrix.command.CdssCoreClient#indication(IndicationPushVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用预匹配数据校验接口时间加长
+hystrix.command.CdssClient#dataVerify(MultipartFile,Integer).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用预匹配接口时间加长
+hystrix.command.CdssClient#precDataMatch_remote(MultipartFile,Integer).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用导入数据校验接口时间加长
+hystrix.command.CdssClient#importExcelDataVerify(MultipartFile,Long,Integer,String).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用导入接口时间加长
+hystrix.command.CdssClient#importExcel_remote(MultipartFile,Long,Integer,String).execution.isolation.thread.timeoutInMilliseconds: 3600000
 
 io.github.lvyahui8.spring:
   base-packages: com.diagbot.aggregate

+ 8 - 0
config-server/src/main/resources/shared/cdssman-service-pro.yml

@@ -125,6 +125,14 @@ hystrix.command.CdssCoreClient#clearStandRuleDrugAll().execution.isolation.threa
 hystrix.command.CdssCoreClient#clearRuleAll().execution.isolation.thread.timeoutInMilliseconds: 3600000
 #远程调用开单合理性接口时间加长
 hystrix.command.CdssCoreClient#indication(IndicationPushVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用预匹配数据校验接口时间加长
+hystrix.command.CdssClient#dataVerify(MultipartFile,Integer).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用预匹配接口时间加长
+hystrix.command.CdssClient#precDataMatch_remote(MultipartFile,Integer).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用导入数据校验接口时间加长
+hystrix.command.CdssClient#importExcelDataVerify(MultipartFile,Long,Integer,String).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用导入接口时间加长
+hystrix.command.CdssClient#importExcel_remote(MultipartFile,Long,Integer,String).execution.isolation.thread.timeoutInMilliseconds: 3600000
 
 io.github.lvyahui8.spring:
   base-packages: com.diagbot.aggregate

+ 8 - 0
config-server/src/main/resources/shared/cdssman-service-test.yml

@@ -125,6 +125,14 @@ hystrix.command.CdssCoreClient#clearStandRuleDrugAll().execution.isolation.threa
 hystrix.command.CdssCoreClient#clearRuleAll().execution.isolation.thread.timeoutInMilliseconds: 3600000
 #远程调用开单合理性接口时间加长
 hystrix.command.CdssCoreClient#indication(IndicationPushVO).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用预匹配数据校验接口时间加长
+hystrix.command.CdssClient#dataVerify(MultipartFile,Integer).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用预匹配接口时间加长
+hystrix.command.CdssClient#precDataMatch_remote(MultipartFile,Integer).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用导入数据校验接口时间加长
+hystrix.command.CdssClient#importExcelDataVerify(MultipartFile,Long,Integer,String).execution.isolation.thread.timeoutInMilliseconds: 3600000
+#远程调用导入接口时间加长
+hystrix.command.CdssClient#importExcel_remote(MultipartFile,Long,Integer,String).execution.isolation.thread.timeoutInMilliseconds: 3600000
 
 io.github.lvyahui8.spring:
   base-packages: com.diagbot.aggregate