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
Copy file name to clipboardExpand all lines: terraform/modules/cloud-function/variables.tf
+5
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,11 @@ variable "min_instances" {
63
63
type=number
64
64
default=0
65
65
}
66
+
variable"max_instance_request_concurrency" {
67
+
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