Преглед изворни кода

crss-stl-calc - add custom partition sizes for dev2 profile

Adrian Viesca пре 8 година
родитељ
комит
add49f50dc

+ 22 - 0
crss-settlement-task-calculation/crss-settlement-task-calculation-dev2.yml

@@ -86,6 +86,28 @@ spring:
     host: redis.marathon.l4lb.thisdcos.directory
     port: 6379
 
+batch:
+  chunkSize: 100
+  maxWorkers: 10
+  partitionSize:
+    retDat: 900
+    retBcq: 20000
+    calcEta: 3000
+    procNss: 3000
+    nss: 1000
+    disAggBcq: 1000
+    disAggBcqBuyer: 1000
+    disAggBcqSeller: 1000
+    rta: 300
+    rprta: 1000
+    rcra: 200
+    sFactor: 150
+    runway: 150
+    spotSeller: 1500
+    spotBuyer: 1500
+    gmr: 1500
+
+
 logging:
   level:
     com.pemc.crss.settlement.task.calculation: DEBUG