Skip to content

Commit fca12cc

Browse files
committed
scale task count
1 parent 1c9fa46 commit fca12cc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

infra/tf/bigquery_export/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ resource "google_cloud_run_v2_job" "bigquery_export" {
2020
deletion_protection = false
2121

2222
template {
23-
parallelism = 1
24-
task_count = 1 # Ensure single task execution
23+
parallelism = 2
24+
task_count = 10
2525

2626
template {
2727
timeout = "10800s" # 3 hours
2828
service_account = var.function_identity
29-
max_retries = 0 # No retries
29+
max_retries = 0
3030

3131
containers {
3232
image = docker_registry_image.registry_image.name

0 commit comments

Comments
 (0)