We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d0a134 commit 0d682fdCopy full SHA for 0d682fd
infra/tf/function_dataform_export.tf
@@ -25,12 +25,13 @@ resource "google_cloudfunctions2_function" "dataform_export" {
25
}
26
27
service_config {
28
- max_instance_count = 20
29
- available_cpu = 2
30
- available_memory = "2G"
31
- timeout_seconds = 600
32
- service_account_email = local.function_identity
33
- ingress_settings = "ALLOW_INTERNAL_ONLY"
+ max_instance_count = 20
+ available_cpu = 4
+ available_memory = "4G"
+ timeout_seconds = 600
+ max_instance_request_concurrency = 1
+ service_account_email = local.function_identity
34
+ ingress_settings = "ALLOW_INTERNAL_ONLY"
35
36
37
0 commit comments