Skip to content

Commit 1f61425

Browse files
committed
Increase limits_cpu for the short_running_workers
Seems like that when we have spikes, above the limits_cpu, we sometimes got an hard time limit exception for the celery tasks.
1 parent 848a1dd commit 1f61425

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

playbooks/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
worker_requests_memory: "320Mi"
251251
worker_requests_cpu: "80m"
252252
worker_limits_memory: "640Mi"
253-
worker_limits_cpu: "400m"
253+
worker_limits_cpu: "700m"
254254
ansible.builtin.include_tasks: tasks/k8s.yml
255255
loop:
256256
- "{{ lookup('template', '{{ project_dir }}/openshift/packit-worker.yml.j2') }}"

playbooks/roles/deploy/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
worker_requests_memory: "320Mi"
207207
worker_requests_cpu: "80m"
208208
worker_limits_memory: "640Mi"
209-
worker_limits_cpu: "400m"
209+
worker_limits_cpu: "700m"
210210
ansible.builtin.include_tasks: tasks/k8s.yml
211211
loop:
212212
- "{{ lookup('template', '{{ project_dir }}/openshift/packit-worker.yml.j2') }}"

0 commit comments

Comments
 (0)