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
{{ message }}
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.
These botocore.errorfactory.InternalServerError look analogous to the generic boto2 BotoServerError we still handle -- generally triggered when the number of retries exceeded max
The text was updated successfully, but these errors were encountered:
by treating ClientError as we originally treated boto2's
JSONResponseError
centralize endpoint's ClientError handling into _boto_err (kills
_overload_err as it's all now handled in one place)
Issue #1138
From sentry:
https://sentry.prod.mozaws.net/operations/autopush-prod/issues/2696847/
https://sentry.prod.mozaws.net/operations/autopush-prod/issues/2710042/
https://sentry.prod.mozaws.net/operations/autopush-prod/issues/2872776/
These botocore.errorfactory.InternalServerError look analogous to the generic boto2 BotoServerError we still handle -- generally triggered when the number of retries exceeded max
The text was updated successfully, but these errors were encountered: