ManualScalingResponse

data class ManualScalingResponse(val instances: Int)

A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.

Constructors

Link copied to clipboard
fun ManualScalingResponse(instances: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Number of instances to assign to the service at the start. This number can later be altered by using the Modules API (https://cloud.google.com/appengine/docs/python/modules/functions) set_num_instances() function.