CircuitBreakers(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Settings controlling the volume of requests, connections and retries to this backend service.
Attributes
Name | Description |
max_connections |
int
Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true. This field is a member of oneof _ _max_connections .
|
max_pending_requests |
int
Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true. This field is a member of oneof _ _max_pending_requests .
|
max_requests |
int
The maximum number of parallel requests that allowed to the backend service. If not specified, there is no limit. This field is a member of oneof _ _max_requests .
|
max_requests_per_connection |
int
Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true. This field is a member of oneof _ _max_requests_per_connection .
|
max_retries |
int
Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true. This field is a member of oneof _ _max_retries .
|