jscheffl commented on code in PR #58803:
URL: https://github.com/apache/airflow/pull/58803#discussion_r2596442508
##########
airflow-core/src/airflow/config_templates/config.yml:
##########
@@ -2324,6 +2324,15 @@ triggerer:
type: float
example: ~
default: "30"
+ max_trigger_to_select_per_loop:
+ description: |
+ Maximum number of triggers to select per loop. Set this notably lower
than ``[triggerer] capacity``
+ to keep load balanced across triggerers in HA deployments.
+ Benchmarks show that two triggerers can still claim about 1,000
triggers within one second by default.
+ version_added: 3.2.0
+ type: integer
+ example: ~
+ default: "10"
Review Comment:
Following your benchmark then 50 per default?
```suggestion
default: "50"
```
--
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]