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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to