Commit adfa108
authored
Allow unlimited connections per-worker (#488)
## Summary
<!--
Include a short paragraph of the changes introduced in this PR.
If this PR requires additional context or rationale, explain why
the changes are necessary.
-->
By default each httpx client supports a maximum of 100 connections
([ref](https://www.python-httpx.org/advanced/resource-limits/)). We want
this uncapped as connection count is maintained by a semaphore.
## Test Plan
<!--
List the steps needed to test this PR.
-->
- See #487
## Related Issues
<!--
Link any relevant issues that this PR addresses.
-->
- Resolves #487
---
- [x] "I certify that all code in this PR is my own, except as noted
below."
## Use of AI
- [ ] Includes AI-assisted code completion
- [ ] Includes code generated by an AI application
- [ ] Includes AI-generated tests (NOTE: AI written tests should have a
docstring that includes `## WRITTEN BY AI ##`)1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
137 | 143 | | |
138 | 144 | | |
139 | 145 | | |
| |||
0 commit comments