maxInstanceRequestConcurrency property
Sets the maximum number of requests that each serving instance can receive.
If not specified or 0, concurrency defaults to 80 when requested CPU >= 1
and defaults to 1 when requested CPU < 1
.
Optional.
Implementation
core.int? maxInstanceRequestConcurrency;