Skip to content

Commit 041c17f

Browse files
committed
Increased the deadline of the scheduler to 600 seconds
1 parent 09976a7 commit 041c17f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/functions-python/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@ resource "google_cloud_scheduler_job" "export_csv_scheduler" {
912912
}
913913
}
914914
# Export CSV can take several minutes to run (5?) so we need to give it a longer deadline
915-
attempt_deadline = "10m"
915+
attempt_deadline = "600s"
916916
}
917917

918918

0 commit comments

Comments
 (0)