Skip to content

Commit e532354

Browse files
committed
reduce workers for logging tests
1 parent 0062561 commit e532354

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

docs/modules/airflow/examples/getting_started/code/airflow.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ metadata:
66
spec:
77
image:
88
productVersion: 3.0.6
9+
pullPolicy: IfNotPresent
910
clusterConfig:
1011
loadExamples: true
1112
exposeConfig: false

docs/modules/airflow/pages/troubleshooting/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ or change the environment variable using `envOverrides`:
4646
----
4747
webservers:
4848
envOverrides:
49-
AIRFLOW__API__WORKERS: 6 # something other than the default
49+
AIRFLOW__API__WORKERS: "6" # something other than the default
5050
----
5151

5252
TIP: Our strong recommendation is to increase the webserver replicas, with each webserver running a single worker, as this removes the risk of running into timeouts or memory issues.

tests/templates/kuttl/logging/41-install-airflow-cluster.yaml.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ spec:
8484
max: 2000m
8585
memory:
8686
limit: 3Gi
87+
envOverrides:
88+
AIRFLOW__API__WORKERS: "1"
8789
roleGroups:
8890
automatic-log-config:
8991
replicas: 1

0 commit comments

Comments
 (0)