You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The retry mechanism does not treat server responses with 500-504 status codes as host failures; therefore, it does not retry them. This makes the SDK less reliable.
Additionally, there are reports indicating that this issue occurs with other types of errors that should trigger retries, such as httpx timeout errors.