mik-laj commented on a change in pull request #14699:
URL: https://github.com/apache/airflow/pull/14699#discussion_r592358314
##########
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 have a feeling that it doesn't matter much now, because the release
manager decides whether this change will be included in the next release.
----------------------------------------------------------------
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]