potiuk commented on PR #67506:
URL: https://github.com/apache/airflow/pull/67506#issuecomment-4627304154
You're right — closing this. Traced it through: the only real-network
instantiation is `_ensure_client` in the supervisor, which already sets
`limits=httpx.Limits(max_connections=10)` explicitly, so the
`setdefault("limits", …)` here never fires on that path. The other two call
sites (`dag_processing/manager.py`, `triggerer_job_runner.py`) omit `limits`
but use in-process dry-run transports, where pool limits are moot. So the cap
is effectively a no-op and the comment's "task subprocess / both code paths"
framing was wrong. Thanks for catching it.
---
Drafted-by: Claude Code (Opus 4.8); reviewed by @potiuk before posting
--
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]