You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="(Optional) The limit on the maximum number of function instances that may coexist at a given time."
34
+
}
35
+
variable"min_instances" {
36
+
description="(Optional) The limit on the minimum number of function instances that may coexist at a given time."
37
+
type=number
38
+
default=1
39
+
}
40
+
variable"max_instance_request_concurrency" {
41
+
description="(Optional) The limit on the maximum number of requests that an instance can handle simultaneously. This can be used to control costs when scaling. Defaults to 1."
0 commit comments