Skip to content

Commit a11828d

Browse files
committed
Increase max_instance_request_concurrency to 80 for improved performance
1 parent 4c8b9fb commit a11828d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infra/tf/dataform_service/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ resource "google_cloud_run_v2_service" "dataform_service" {
3737

3838
service_account = var.function_identity
3939
timeout = "60s"
40-
max_instance_request_concurrency = 1
40+
max_instance_request_concurrency = 80
4141
}
4242

4343
traffic {

0 commit comments

Comments
 (0)