Added httpx.RemoteProtocolError to backoff #586

This commit is contained in:
Paul Gauthier 2024-05-03 08:48:19 -07:00
parent e59b8cfa18
commit 1d7320e8a0

View file

@ -25,6 +25,7 @@ litellm.suppress_debug_info = True
RateLimitError,
APIConnectionError,
httpx.ConnectError,
httpx.RemoteProtocolError,
litellm.exceptions.ServiceUnavailableError,
),
max_tries=10,