From 1bfedf723d6985b05bb92eadd6ca7907d7a0b56b Mon Sep 17 00:00:00 2001 From: michaeljguarino Date: Mon, 9 Oct 2023 13:02:11 -0400 Subject: [PATCH] bump pod creation batch size --- airflow/helm/airflow/values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/airflow/helm/airflow/values.yaml b/airflow/helm/airflow/values.yaml index aa17574d9..9ad6551eb 100644 --- a/airflow/helm/airflow/values.yaml +++ b/airflow/helm/airflow/values.yaml @@ -333,6 +333,9 @@ airflow: ## dags AIRFLOW__SCHEDULER__DAG_DIR_LIST_INTERVAL: "30" + ## k8s executor + AIRFLOW__KUBERNETES_EXECUTOR__WORKER_PODS_CREATION_BATCH_SIZE: "5" + ## remote log storage AIRFLOW__LOGGING__REMOTE_LOGGING: "True" AIRFLOW__LOGGING__REMOTE_LOG_CONN_ID: "plural"