diff --git a/airflow/configuration.py b/airflow/configuration.py index 2e05fde0cdea2..4f88a6fee3c43 100644 --- a/airflow/configuration.py +++ b/airflow/configuration.py @@ -138,6 +138,7 @@ class AirflowConfigParser(ConfigParser): 'celery': { # Remove these keys in Airflow 1.11 'worker_concurrency': 'celeryd_concurrency', + 'result_backend': 'celery_result_backend', 'broker_url': 'celery_broker_url', 'ssl_active': 'celery_ssl_active', 'ssl_cert': 'celery_ssl_cert',