We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65da672 commit 044c5b0Copy full SHA for 044c5b0
src/ghga_service_commons/transports/factory.py
@@ -50,7 +50,7 @@ def create_ratelimiting_retry_transport(
50
return cls._create_common_transport_layers(config, limits=limits)
51
52
@classmethod
53
- def create_ratelimiting_retry_transport_with_cache(
+ def create_cached_ratelimiting_retry_transport(
54
cls, config: CompositeCacheConfig, limits: Limits | None = None
55
) -> AsyncCacheTransport:
56
"""Creates a retry transport, wrapping a rate limiting transport, wrapping a cache transport, wrapping an AsyncHTTPTransport."""
0 commit comments