uranusjr commented on code in PR #59604:
URL: https://github.com/apache/airflow/pull/59604#discussion_r2667276835
##########
airflow-core/src/airflow/config_templates/config.yml:
##########
@@ -1696,6 +1696,33 @@ workers:
type: float
example: ~
default: "60.0"
+ startup_dagbag_reschedule_max_attempts:
Review Comment:
From the description, I feel something `dagbag` isn’t needed in the name?
The _delay_ part in the other config also seems unintuitive from the user’s
perspective. Maybe we can do something like
* `task_startup_timeout` (instead of the `delay` config)
* `task_startup_timeout_retries`
--
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]