Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGES/13336.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Added ``interlock-cb``, an aiohttp client circuit breaker middleware, to the
third-party libraries page -- by :user:`bagowix`.
4 changes: 4 additions & 0 deletions docs/third_party.rst
Original file line number Diff line number Diff line change
Expand Up @@ -302,3 +302,7 @@ ask to raise the status.

- `aiointercept <https://github.com/Polandia94/aiointercept>`_
Mock aiohttp HTTP requests by routing them through a real aiohttp.web test server.

- `interlock-cb <https://github.com/bagowix/interlock>`_
Circuit breaker middleware for aiohttp clients with one breaker per host; it fails fast
while a host is degraded and trips on failure rate or slow responses.
Loading