Skip to content

Commit 62904de

Browse files
Improve scaling configuration in radix
1 parent 9b52c57 commit 62904de

1 file changed

Lines changed: 21 additions & 21 deletions

File tree

radixconfig.yaml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,15 @@ spec:
101101
memory: "500M"
102102
cpu: "1000m"
103103
horizontalScaling:
104-
minReplicas: 0
104+
minReplicas: 1
105105
maxReplicas: 5
106106
pollingInterval: 15
107107
cooldownPeriod: 3600
108108
triggers:
109109
- name: jobs
110110
azureServiceBus:
111111
queueName: acidwatch.tocomo
112-
messageCount: 20
112+
messageCount: 50
113113
connectionFromEnv: BROKER_URL
114114
- name: worker-arcs
115115
secrets:
@@ -126,21 +126,21 @@ spec:
126126
dockerfileName: workers/arcs/Dockerfile
127127
resources:
128128
requests:
129-
memory: "500M"
130-
cpu: "200m"
129+
memory: "1000M"
130+
cpu: "4000m"
131131
limits:
132-
memory: "500M"
133-
cpu: "1000m"
132+
memory: "1000M"
133+
cpu: "4000m"
134134
horizontalScaling:
135-
minReplicas: 0
135+
minReplicas: 1
136136
maxReplicas: 5
137137
pollingInterval: 15
138138
cooldownPeriod: 3600
139139
triggers:
140140
- name: jobs
141141
azureServiceBus:
142142
queueName: acidwatch.arcs
143-
messageCount: 20
143+
messageCount: 1
144144
connectionFromEnv: BROKER_URL
145145
- name: worker-arcs-exp
146146
secrets:
@@ -156,7 +156,7 @@ spec:
156156
memory: "1000M"
157157
cpu: "4000m"
158158
horizontalScaling:
159-
minReplicas: 0
159+
minReplicas: 1
160160
maxReplicas: 5
161161
pollingInterval: 15
162162
cooldownPeriod: 3600
@@ -187,15 +187,15 @@ spec:
187187
memory: "300M"
188188
cpu: "500m"
189189
horizontalScaling:
190-
minReplicas: 0
191-
maxReplicas: 5
190+
minReplicas: 1
191+
maxReplicas: 2
192192
pollingInterval: 15
193193
cooldownPeriod: 3600
194194
triggers:
195195
- name: jobs
196196
azureServiceBus:
197197
queueName: acidwatch.phpitz_reactive
198-
messageCount: 20
198+
messageCount: 50
199199
connectionFromEnv: BROKER_URL
200200
- name: worker-phpitz-solubility
201201
secrets:
@@ -218,15 +218,15 @@ spec:
218218
memory: "300M"
219219
cpu: "500m"
220220
horizontalScaling:
221-
minReplicas: 0
222-
maxReplicas: 5
221+
minReplicas: 1
222+
maxReplicas: 2
223223
pollingInterval: 15
224224
cooldownPeriod: 3600
225225
triggers:
226226
- name: jobs
227227
azureServiceBus:
228228
queueName: acidwatch.phpitz_solubility
229-
messageCount: 20
229+
messageCount: 50
230230
connectionFromEnv: BROKER_URL
231231
- name: worker-gibbs-minimization
232232
secrets:
@@ -242,15 +242,15 @@ spec:
242242
memory: "2000M"
243243
cpu: "1000m"
244244
horizontalScaling:
245-
minReplicas: 0
246-
maxReplicas: 2
245+
minReplicas: 1
246+
maxReplicas: 5
247247
pollingInterval: 15
248248
cooldownPeriod: 3600
249249
triggers:
250250
- name: jobs
251251
azureServiceBus:
252252
queueName: acidwatch.gibbs_minimization
253-
messageCount: 1
253+
messageCount: 5
254254
connectionFromEnv: BROKER_URL
255255
- name: worker-srk-vanlaar
256256
secrets:
@@ -266,13 +266,13 @@ spec:
266266
memory: "2000M"
267267
cpu: "1000m"
268268
horizontalScaling:
269-
minReplicas: 0
270-
maxReplicas: 2
269+
minReplicas: 1
270+
maxReplicas: 5
271271
pollingInterval: 15
272272
cooldownPeriod: 3600
273273
triggers:
274274
- name: jobs
275275
azureServiceBus:
276276
queueName: acidwatch.srk_vanlaar
277-
messageCount: 1
277+
messageCount: 5
278278
connectionFromEnv: BROKER_URL

0 commit comments

Comments
 (0)