Skip to content

Commit

Permalink
Use CeleryExecutor.
Browse files Browse the repository at this point in the history
  • Loading branch information
slyapustin committed Jun 21, 2022
1 parent cab9ae3 commit dcd32b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,5 @@ dmypy.json
# Ignore some Airflow folders
dags/files/
logs/

notes.txt
1 change: 1 addition & 0 deletions airflow.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[core]
broker_url = $REDIS_URL
sql_alchemy_conn = $DATABASE_URL
executor = CeleryExecutor

# Do not load examples DAGs
load_examples = False
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
apache-airflow[postgres]==2.2.5 # Can't upgrade to 2.3 till this PR will be merged https://github.com/apache/airflow/pull/24569
apache-airflow[postgres,celery]==2.2.5 # Can't upgrade to 2.3 till this PR will be merged https://github.com/apache/airflow/pull/24569

0 comments on commit dcd32b5

Please sign in to comment.