kaxil commented on a change in pull request #6620: [AIRFLOW-6023] Remove 
deprecated Celery configs
URL: https://github.com/apache/airflow/pull/6620#discussion_r349239272
 
 

 ##########
 File path: airflow/configuration.py
 ##########
 @@ -114,14 +112,7 @@ class AirflowConfigParser(ConfigParser):
     # new_name, the old_name will be checked to see if it exists. If it does a
     # DeprecationWarning will be issued and the old name will be used instead
     deprecated_options = {
-        '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',
-            'ssl_key': 'celery_ssl_key',
+        'elasticsearch': {
 
 Review comment:
   Looks like we already fixed it in v1.10

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to