Skip to content

Commit 2b10054

Browse files
kaxilAlice Berard
authored and
Alice Berard
committed
[AIRFLOW-2979] Make celery_result_backend conf Backwards compatible (apache#3832)
(apache#2806) Renamed `celery_result_backend` to `result_backend` and broke backwards compatibility.
1 parent 3ce21a7 commit 2b10054

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

airflow/configuration.py

+1
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ class AirflowConfigParser(ConfigParser):
139139
'celery': {
140140
# Remove these keys in Airflow 1.11
141141
'worker_concurrency': 'celeryd_concurrency',
142+
'result_backend': 'celery_result_backend',
142143
'broker_url': 'celery_broker_url',
143144
'ssl_active': 'celery_ssl_active',
144145
'ssl_cert': 'celery_ssl_cert',

0 commit comments

Comments
 (0)