Skip to content

Commit

Permalink
bump pod creation batch size
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Oct 9, 2023
1 parent 1177f32 commit 1bfedf7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions airflow/helm/airflow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1bfedf7

Please sign in to comment.