From b545f0f447b5d2b83c423ddbc30bc88711e4c671 Mon Sep 17 00:00:00 2001 From: Samantha Date: Wed, 8 Jan 2025 11:33:59 +0300 Subject: [PATCH] Edited cpu limits for workflows --- k8s/workflows/values-stage.yaml | 4 ++++ src/workflows/README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/k8s/workflows/values-stage.yaml b/k8s/workflows/values-stage.yaml index 0d1eeaa16d..1e25fd891e 100644 --- a/k8s/workflows/values-stage.yaml +++ b/k8s/workflows/values-stage.yaml @@ -20,24 +20,28 @@ resources: cpu: 125m memory: 500Mi limits: + cpu: 1000m memory: 1500Mi scheduler: requests: cpu: 125m memory: 500Mi limits: + cpu: 1000m memory: 2000Mi celery: requests: cpu: 125m memory: 500Mi limits: + cpu: 2500m memory: 2000Mi redis: requests: cpu: 50m memory: 125Mi limits: + cpu: 1000m memory: 2000Mi volumeMounts: - name: config-volume diff --git a/src/workflows/README.md b/src/workflows/README.md index 9932cf50b8..4c4fffc5e6 100644 --- a/src/workflows/README.md +++ b/src/workflows/README.md @@ -1,4 +1,4 @@ -# Workflows. +# Workflows This folder contains functionality for running various AirQo workflow scripts using Apache Airflow framework, an open-source workflow management platform for data engineering pipelines.