The maximum backoff time has been capped at 20 seconds to prevent excessively long intervals caused by exponential backoff.
In the grpc-rere and grpc-adapter transports, retries will now only occur if the gRPC status code is UNAVAILABLE, which specifically indicates a network connection issue.
grpc-rere
andgrpc-adapter
transports, retries will now only occur if the gRPC status code isUNAVAILABLE
, which specifically indicates a network connection issue.