diff --git a/Procfile b/Procfile index 1f4c8a4..268629f 100644 --- a/Procfile +++ b/Procfile @@ -1,3 +1,2 @@ - web: airflow webserver --port $PORT worker: airflow celery worker & airflow scheduler diff --git a/requirements.txt b/requirements.txt index c658277..e9aa50d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -apache-airflow[postgres,celery,redis]==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,redis]==2.3.3