Skip to content

Commit

Permalink
Rephrase max_tis_per_query config docs (apache#41448)
Browse files Browse the repository at this point in the history
  • Loading branch information
RNHTTR authored and romsharon98 committed Aug 20, 2024
1 parent d042c52 commit 5f2f664
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions airflow/config_templates/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2472,11 +2472,8 @@ scheduler:
default: "True"
max_tis_per_query:
description: |
This changes the batch size of queries in the scheduling main loop.
This should not be greater than ``[core] parallelism``.
If this is too high, SQL query performance may be impacted by
complexity of query predicate, and/or excessive locking.
Additionally, you may hit the maximum allowable query length for your db.
This determines the number of task instances to be evaluated for scheduling
during each scheduler loop.
Set this to 0 to use the value of ``[core] parallelism``
version_added: ~
type: integer
Expand Down

0 comments on commit 5f2f664

Please sign in to comment.