Skip to content

Commit f44f9ab

Browse files
authored
Add interlock-cb to third party packages (#1111)
1 parent 89c644d commit f44f9ab

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/third_party_packages.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ WebSocket support for HTTPX.
6767
Provides a [pytest](https://docs.pytest.org/en/latest/) fixture to mock HTTPX within test cases.
6868
This package is fork of the [pytest-httpx](https://github.com/Colin-b/pytest_httpx) package that compatible with httpx2
6969

70+
### interlock-cb
71+
72+
[GitHub](https://github.com/bagowix/interlock) - [Documentation](https://bagowix.github.io/interlock/integrations/httpx2/)
73+
74+
A circuit breaker transport: keeps one breaker per host, so calls to a failing host fail fast instead of waiting out every timeout. Trips on failure rate over a sliding window and on slow responses.
75+
7076
### pytest-HTTPX
7177

7278
[GitHub](https://github.com/Colin-b/pytest_httpx) - [Documentation](https://colin-b.github.io/pytest_httpx/)

0 commit comments

Comments
 (0)