Browse Source

[247054] fix gesqreport config

jlacson 3 years ago
parent
commit
acee5492f1

+ 2 - 3
crss-gesq-report/crss-gesq-report-dev.yml

@@ -32,9 +32,8 @@ spring:
 batch:
   # resourceLocation: ${resourceLocation} - property expansion defaulted in app's application.yml
   partitionSize:
-    mq: 10000
-    ssla: 5000
-    report: 1000
+    gesq: 10000
+    gesq-report: 1000
 
 sftp:
   credentials:

+ 1 - 1
crss-gesq-report/crss-gesq-report-exist-dev.yml

@@ -79,7 +79,7 @@ batch:
     gesq-report-daily: 100
     gesq-report-max-count: 28828
 
-mqreport:
+gesqreport:
   directory: /tmp/
 
 sftp:

+ 1 - 1
crss-gesq-report/crss-gesq-report-pemc-dev.yml

@@ -79,7 +79,7 @@ batch:
     gesq-report-daily: 10
     gesq-report-max-count: 28828
 
-mqreport:
+gesqreport:
   directory: /tmp/
 
 sftp:

+ 1 - 1
crss-gesq-report/crss-gesq-report.yml

@@ -91,7 +91,7 @@ batch:
     gesq-report-daily: 100
     gesq-report-max-count: 288288
 
-mqreport:
+gesqreport:
   directory: /tmp/
 
 sftp: