leonsmith commented on a change in pull request #14699:
URL: https://github.com/apache/airflow/pull/14699#discussion_r591643024



##########
File path: airflow/configuration.py
##########
@@ -159,6 +159,7 @@ class AirflowConfigParser(ConfigParser):  # pylint: 
disable=too-many-ancestors
         ('metrics', 'statsd_datadog_tags'): ('scheduler', 
'statsd_datadog_tags', '2.0.0'),
         ('metrics', 'statsd_custom_client_path'): ('scheduler', 
'statsd_custom_client_path', '2.0.0'),
         ('scheduler', 'parsing_processes'): ('scheduler', 'max_threads', 
'1.10.14'),
+        ('operators', 'default_queue'): ('celery', 'default_queue', '2.1.0'),

Review comment:
       I'm not sure what version should be put here, guessing this would have 
to go as a new minor?




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to