jedcunningham commented on code in PR #43520:
URL: https://github.com/apache/airflow/pull/43520#discussion_r1827890135
##########
airflow/config_templates/config.yml:
##########
@@ -386,6 +386,14 @@ core:
type: integer
example: ~
default: "30"
+ num_stuck_reschedules:
+ description: |
+ Number of times Airflow will reschedule a task that gets stuck in
queued before marking the
+ task as failed
+ version_added: 2.10.0
Review Comment:
```suggestion
version_added: 2.10.4
```
--
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]