kaxil 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_r369470733
########## 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: Is it actually a `connection_timeout`? Trying to think if we can call it something specific to apply_async ---------------------------------------------------------------- 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
