eladkal commented on code in PR #23861:
URL: https://github.com/apache/airflow/pull/23861#discussion_r879085897
##########
airflow/config_templates/config.yml:
##########
@@ -249,6 +249,14 @@
type: string
example: ~
default: "0"
+ - name: default_task_retry_delay
+ description: |
+ The number of seconds each task is going to wait by default between
retries. Can be overridden at
+ dag or task level.
+ version_added: 2.3.2
+ type: integer
+ example: ~
+ default: 300
Review Comment:
Without this setting the current behavior is 0 seconds for delay isn't it?
So what is the motivation to change it to 300?
--
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]