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 2022/03/21 17:29:36 UTC

[GitHub] [airflow] eladkal commented on a change in pull request #22389: make operator's execution_timeout configurable

eladkal commented on a change in pull request #22389:
URL: https://github.com/apache/airflow/pull/22389#discussion_r831367280



##########
File path: airflow/config_templates/config.yml
##########
@@ -361,6 +361,15 @@
       type: string
       example: ~
       default: "downstream"
+    - name: default_execution_timeout
+      description: |
+        The default execution_timeout value for the operators. Expected positive integer value to
+        be passed into timedelta as seconds. The missing and the non-positive values are considered as None,
+        means that the operators are never timed out.
+      version_added: 2.3.1

Review comment:
       ```suggestion
         version_added: 2.3.0
   ```
   
   We can target 2.3.0 for this one




-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org