Karen Kho 8 жил өмнө
parent
commit
8f89079e30

+ 18 - 0
crss-settlement-task-calculation-addtlcomp/crss-settlement-task-calculation-addtlcomp-azure.yml

@@ -33,3 +33,21 @@ spring:
 
   redis:
     host: redis.marathon.l4lb.thisdcos.directory
+
+  profiles:
+    include: mesos
+  cloud:
+    deployer:
+      mesos:
+        chronos:
+          apiEndpoint: http://master.mesos/service/chronos/v1
+          memory: 4096
+          cpu: 2
+    task:
+      initialize:
+        enable: false
+  batch:
+    initializer:
+      enabled: false
+    job:
+      enabled: true

+ 4 - 4
crss-settlement-task-calculation-addtlcomp/crss-settlement-task-calculation-addtlcomp.yml

@@ -77,10 +77,10 @@ batch:
   chunkSize: 100
   maxWorkers: 2
   partitionSize:
-    ac: 1500
-    acAlloc: 1500
-    vatAc: 1500
-    vatAcAlloc: 1500
+    ac: 300
+    acAlloc: 300
+    vatAc: 300
+    vatAcAlloc: 300
     acGmr: 1500
 
 logging:

+ 18 - 0
crss-settlement-task-calculation/crss-settlement-task-calculation-azure.yml

@@ -33,3 +33,21 @@ spring:
 
   redis:
     host: redis.marathon.l4lb.thisdcos.directory
+
+  profiles:
+    include: mesos
+  cloud:
+    deployer:
+      mesos:
+        chronos:
+          apiEndpoint: http://master.mesos/service/chronos/v1
+          memory: 4096
+          cpu: 2
+    task:
+      initialize:
+        enable: false
+  batch:
+    initializer:
+      enabled: false
+    job:
+      enabled: true