swh.storage.proxies.retry module#
- swh.storage.proxies.retry.should_retry(retry_state: RetryCallState) bool[source]#
Retry if the error/exception is (probably) not about a caller error
- class swh.storage.proxies.retry.wait_transient_exceptions(wait: float)[source]#
Bases:
wait_baseWait longer when servers return HTTP 503.