dstandish commented on code in PR #43520:
URL: https://github.com/apache/airflow/pull/43520#discussion_r1844406625
##########
airflow/config_templates/config.yml:
##########
@@ -2331,6 +2331,14 @@ scheduler:
type: integer
example: ~
default: "8974"
+ num_stuck_in_queued_retries:
Review Comment:
Alright. I have made this an undocumented param. Hopefully this pleases
everyone. If a sophisticated user (like an airflow-as-a-service provider)
wanted to customize this, they can. But for average user, it is invisible.
And making it configurable-albeit-hidden is a bonus for test readability
because we can control exactly how many time it should retry, and this is
important to control for testing. Resolving convo. PTAL
--
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]