uranusjr commented on a change in pull request #21880:
URL: https://github.com/apache/airflow/pull/21880#discussion_r816336369
##########
File path: airflow/config_templates/default_celery.py
##########
@@ -39,16 +39,16 @@ def _broker_supports_visibility_timeout(url):
DEFAULT_CELERY_CONFIG = {
'accept_content': ['json'],
'event_serializer': 'json',
- 'worker_prefetch_multiplier': conf.getint('celery',
'worker_prefetch_multiplier', fallback=1),
+ 'worker_prefetch_multiplier': conf.getint('celery',
'worker_prefetch_multiplier'),
Review comment:
Ah, you’re right. (There are one too many layers of changes for me to
follow here 😓)
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]