containerConcurrency property

int? containerConcurrency
getter/setter pair

ContainerConcurrency specifies the maximum allowed in-flight (concurrent) requests per container instance of the Revision.

If not specified, defaults to 80.

Implementation

core.int? containerConcurrency;