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

 ##########
 File path: airflow/config_templates/default_airflow.cfg
 ##########
 @@ -537,6 +537,9 @@ ssl_cacert =
 # https://docs.celeryproject.org/en/latest/userguide/concurrency/eventlet.html
 pool = prefork
 
+# The number of seconds to wait before timing out apply_async
+connection_timeout = 2
 
 Review comment:
   @kaxil @ashb  I renamed it to `operation_timeout` because it's the timeout 
for the `send_task_to_executor()` and `fetch_celery_task_state()` operations. 
Please let me know if you have better suggestions.

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


With regards,
Apache Git Services

Reply via email to