ashb commented on code in PR #59604:
URL: https://github.com/apache/airflow/pull/59604#discussion_r2671764215
##########
airflow-core/src/airflow/config_templates/config.yml:
##########
@@ -1677,6 +1677,33 @@ workers:
type: float
example: ~
default: "60.0"
+ task_startup_timeout_retries:
+ description: |
+ Maximum number of times a task will be rescheduled if the worker fails
to
+ load the Dag or task definition during startup.
+
+ This situation can occur due to transient infrastructure issues such as
+ missing Dag files, temporary filesystem or network problems, or bundle
+ synchronization delays. Rescheduling in this case does not count as a
+ task retry.
+
+ Set this value to 0 to disable rescheduling and fail the task
immediately
+ on startup failures.
+ version_added: 3.1.6
Review Comment:
This version will need updating before we merge
--
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]