Agent treat gRPC Internal error as fatal (#6780)

This commit is contained in:
6543
2026-06-25 11:01:49 +02:00
committed by GitHub
parent 921c5d5ba4
commit 020938c652
-1
View File
@@ -186,7 +186,6 @@ func classifyRPCErr(ctx context.Context, err error) error {
case codes.Aborted,
codes.DataLoss,
codes.DeadlineExceeded,
codes.Internal,
codes.Unavailable:
return err
default: