Skip to content

Commit

Permalink
[AIRFLOW-2979] Make celery_result_backend conf Backwards compatible (#…
Browse files Browse the repository at this point in the history
…3832)

(#2806) Renamed `celery_result_backend` to `result_backend` and broke backwards compatibility.
  • Loading branch information
kaxil authored and ashb committed Sep 9, 2018
1 parent 6ea2ba1 commit 8b1a3cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airflow/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 8b1a3cd

Please sign in to comment.