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_r370939414
##########
File path: airflow/config_templates/config.yml
##########
@@ -1159,6 +1159,14 @@
type: string
example: ~
default: "prefork"
+ - name: operation_timeout
+ description: |
+ The number of seconds to wait before timing out send task or fetch
task state operations
Review comment:
```suggestion
The number of seconds to wait before timing out ``send_task``
(``fetch_celery_task_state``) or ``fetch_task`` (``send_task_to_executor``)
state operations
```
----------------------------------------------------------------
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