Procházet zdrojové kódy

invoice partition updates

Adrian Viesca před 8 roky
rodič
revize
706e27de57

+ 2 - 2
crss-settlement-task-invoice-generation/crss-settlement-task-invoice-generation.yml

@@ -63,7 +63,7 @@ spring:
 
 batch:
   chunkSize: 1000
-  maxWorkers: 20
+  maxWorkers: 18
   partitionSize:
     amsSp: 3000
     amsInv: 3000
@@ -74,7 +74,7 @@ batch:
     # LR part: partitions per billing id = Math.ceil(30/lr)
     # lr values greater than 16 will always result to 2 partitions per billing id with different DI range
     lr: 16
-    energyStlB: 1400000 #15 partitions
+    energyStlB: 2100000 #10 partitions
 
 
 logging: