Skip to content

Commit

Permalink
Local Executor is used by default for MySQL/Postgres breeze (apache#1…
Browse files Browse the repository at this point in the history
…1792)

(cherry picked from commit 0390515)
  • Loading branch information
potiuk authored and Chris Fei committed Mar 5, 2021
1 parent a170eb1 commit 588bc0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/ci/docker-compose/backend-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ services:
- BACKEND=mysql
- AIRFLOW__CORE__SQL_ALCHEMY_CONN=mysql://root@mysql/airflow?charset=${MYSQL_ENCODING}
- AIRFLOW__CELERY__RESULT_BACKEND=db+mysql://root@mysql/airflow
- AIRFLOW__CORE__EXECUTOR=LocalExecutor
depends_on:
- mysql
mysql:
Expand Down
1 change: 1 addition & 0 deletions scripts/ci/docker-compose/backend-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ services:
- BACKEND=postgres
- AIRFLOW__CORE__SQL_ALCHEMY_CONN=postgresql+psycopg2://postgres:airflow@postgres/airflow
- AIRFLOW__CELERY__RESULT_BACKEND=db+postgresql://postgres:airflow@postgres/airflow
- AIRFLOW__CORE__EXECUTOR=LocalExecutor
depends_on:
- postgres
postgres:
Expand Down

0 comments on commit 588bc0a

Please sign in to comment.