concurrency property
Maximum number of requests that each Cloud Run instance can receive.
By default, each instance can receive Cloud Run's default of up to 80 requests at the same time. Concurrency can be set to any integer value up to 1000.
Optional.
Implementation
core.int? concurrency;