Skip to content

Commit

Permalink
Bump memory limits on Celery worker for #120
Browse files Browse the repository at this point in the history
  • Loading branch information
wetneb committed Sep 26, 2024
1 parent 0cdc585 commit 3e3dbf8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion deployment/celery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,8 @@ spec:
- name: HOME
value: /data/project/editgroups
imagePullPolicy: Always

resources:
requests:
memory: "512Mi"
limits:
memory: "1024Mi"

0 comments on commit 3e3dbf8

Please sign in to comment.