Skip to content

Commit

Permalink
Update docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainOfHacks committed Sep 12, 2023
1 parent 9cc2aab commit bcb162c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/airflow-cluster/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -57,7 +57,7 @@ x-airflow-common:
AIRFLOW__SCHEDULER__PARSING_PROCESSES: 8
AIRFLOW__SCHEDULER__SCHEDULER_HEARTBEAT_SEC: 1
AIRFLOW__SCHEDULER__MAX_DAGRUNS_PER_LOOP_TO_SCHEDULE: 128
AIRFLOW__CELERY__WORKER_CONCURRENCY: 16
AIRFLOW__CELERY__WORKER_CONCURRENCY: 1
AIRFLOW__CORE__SQL_ALCHEMY_POOL_SIZE: 512
AIRFLOW__CORE__SQL_ALCHEMY_MAX_OVERFLOW: 1024
AIRFLOW__CORE__SQL_ALCHEMY_CONN: "postgresql+psycopg2://${AIRFLOW_POSTGRES_USER}:${AIRFLOW_POSTGRES_PASSWORD}@postgres/${AIRFLOW_POSTGRES_DB_NAME}"

0 comments on commit bcb162c

Please sign in to comment.