maxConcurrentRequests property

int? maxConcurrentRequests
getter/setter pair

Number of concurrent requests an automatic scaling instance can accept before the scheduler spawns a new instance.Defaults to a runtime-specific value.

Implementation

core.int? maxConcurrentRequests;