You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/03/10 15:53:43 UTC

[GitHub] [airflow] leonsmith commented on a change in pull request #14699: Feature: Move celery.default_queue to operators.default_queue to allow re-use between executors

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