Add interlock-cb to third-party libraries - #13336
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #13336 +/- ##
==========================================
- Coverage 98.98% 98.88% -0.11%
==========================================
Files 132 130 -2
Lines 49073 49029 -44
Branches 2553 2543 -10
==========================================
- Hits 48576 48483 -93
- Misses 373 421 +48
- Partials 124 125 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. |
Have you tried reading the contrib doc tho? |
|
FTR, there's now an ongoing incident w/ GHA, which is why some runners crash: https://www.githubstatus.com/incidents/qcvjkzcs7j74. The maintainers will need to restart the jobs once that outage is over. |
|
@webknjaz Thanks for the pointer! I followed the contributor setup instructions and ran make doc successfully. I’ve updated the PR description accordingly. |
What do these changes do?
Adds interlock-cb to the third-party libraries page. I am the author of interlock-cb.
Are there changes in behavior for the user?
No aiohttp behavior changes. The documentation now points users to an aiohttp client circuit
breaker middleware that maintains one breaker per host and trips on failure rate or slow
responses.
Is it a substantial burden for the maintainers to support this?
No. This is a documentation-only entry for an independently maintained third-party library.
Related issue number
N/A.
Checklist
CONTRIBUTORS.txt(N/A: no code modification)CHANGES/folderAgent run output
git diff --check: passed.venv/bin/pre-commit run --files docs/third_party.rst: passedmake doc: passedDrafted with Codex (GPT-5); reviewed by @bagowix.