Skip to content

Commit 217c561

Browse files
authored
Merge pull request #110 from DataDog/TRAIN-3394-worker-restarts
reduced sidekiq concurrency and increased pod resource limits
2 parents 698c9be + ad7546f commit 217c561

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

k8s-manifests/storedog-app/deployments/worker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ spec:
8585
memory: "512Mi"
8686
cpu: "250m"
8787
limits:
88-
memory: "1Gi"
89-
cpu: "500m"
88+
memory: "2Gi"
89+
cpu: "1000m"
9090
volumeMounts:
9191
- name: apmsocketpath
9292
mountPath: /var/run/datadog

services/backend/config/sidekiq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
:concurrency: 5
2+
:concurrency: 2
33
:max_memory: 512 # MB
44
:gc_interval: 10 # GC every 10 jobs
55
:queues:

0 commit comments

Comments
 (0)