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
fix(grpc): retry transient errors when teams service is unavailable (#225)
Previously, repository authorization checks would return the
PermissionDenied code if the downstream API returned any error response,
regardless of actual authorization status.
This commit separates errors from the downstream API and the actual
authorization state, returning the Unavailable code instead for
the former case. This allows for deploy clients to automatically retry
transient errors.
0 commit comments