perTryTimeout property

Duration? perTryTimeout
getter/setter pair

Specifies a non-zero timeout per retry attempt.

If not specified, will use the timeout set in the HttpRouteAction field. If timeout in the HttpRouteAction field is not set, this field uses the largest timeout among all backend services associated with the route. Not supported when the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true.

Implementation

Duration? perTryTimeout;