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 2020/01/12 08:43:05 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #7143: [AIRFLOW-6527] Make send_task_to_executor timeout configurable

mik-laj commented on a change in pull request #7143: [AIRFLOW-6527] Make send_task_to_executor timeout configurable
URL: https://github.com/apache/airflow/pull/7143#discussion_r365566666
 
 

 ##########
 File path: airflow/executors/celery_executor.py
 ##########
 @@ -41,6 +41,8 @@
 
 CELERY_SEND_ERR_MSG_HEADER = 'Error sending Celery task'
 
+SEND_TASK_TIMEOUT = conf.getint('celery', 'SEND_TASK_TIMEOUT')
 
 Review comment:
   ```suggestion
   SEND_TASK_TIMEOUT = conf.getint('celery', 'send_task_timeout')
   ```
   The key is case sensitive.

----------------------------------------------------------------
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


With regards,
Apache Git Services