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
-`'standard'`: 3 attempts, more comprehensive error coverage
155
+
-`'adaptive'`: 3 attempts with client-side rate limiting (recommended for handling `ThrottlingException`)
156
+
157
+
For more details on boto3 retry configuration, see the [AWS boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/retries.html).
158
+
159
+
!!! note
160
+
Unlike other providers that use httpx for HTTP requests, Bedrock uses boto3's native retry mechanisms. The retry strategies described in [HTTP Request Retries](../retries.md) do not apply to Bedrock.
0 commit comments