Skip to content

Commit

Permalink
Edited cpu limits for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Psalmz777 committed Jan 8, 2025
1 parent ac75b0c commit b545f0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions k8s/workflows/values-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/workflows/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit b545f0f

Please sign in to comment.