We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c9fa46 commit fca12ccCopy full SHA for fca12cc
1 file changed
infra/tf/bigquery_export/main.tf
@@ -20,13 +20,13 @@ resource "google_cloud_run_v2_job" "bigquery_export" {
20
deletion_protection = false
21
22
template {
23
- parallelism = 1
24
- task_count = 1 # Ensure single task execution
+ parallelism = 2
+ task_count = 10
25
26
27
timeout = "10800s" # 3 hours
28
service_account = var.function_identity
29
- max_retries = 0 # No retries
+ max_retries = 0
30
31
containers {
32
image = docker_registry_image.registry_image.name
0 commit comments