jason810496 opened a new pull request, #71816:
URL: https://github.com/apache/airflow/pull/71816

   - depends on: #71704
   - split from: #71813
   
   The scheduler's cache bound landed in #71704 as a fixed constant, so a 
deployment whose working set of Dag versions with runs in flight exceeds it 
cannot raise the ceiling, and a memory-constrained one cannot lower it.
   
   Adds `[scheduler] dag_cache_size` (default 512) and `[scheduler] 
dag_cache_ttl` (default 0), mirroring the pair the API server already exposes 
and defaulting to the bound the scheduler already had. Both components resolve 
their pair through one helper so `0` means the same thing on each side.
   
   ---
   
   ##### Was generative AI tooling used to co-author this PR?
   
   - [x] Yes — Claude Code (Opus 5)
   
   Generated-by: Claude Code (Opus 5) following [the 
guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions)
   


-- 
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]

Reply via email to