Standard App Version Automatic Scaling Args
Constructors
Properties
Number of concurrent requests an automatic scaling instance can accept before the scheduler spawns a new instance. Defaults to a runtime-specific value.
Maximum number of idle instances that should be maintained for this version.
Maximum amount of time that a request should wait in the pending queue before starting a new instance to handle it. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".
Minimum number of idle instances that should be maintained for this version. Only applicable for the default version of a service.
Minimum amount of time a request should wait in the pending queue before starting a new instance to handle it. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".
Scheduler settings for standard environment. Structure is documented below.