Skip to content

Commit 5943e59

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 5943e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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') }}"

0 commit comments

Comments
 (0)