Skip to content

Commit 09976a7

Browse files
committed
Increased the deadline of the scheduler to 10 minutes
1 parent 7520609 commit 09976a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

infra/functions-python/main.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,8 @@ resource "google_cloud_scheduler_job" "export_csv_scheduler" {
911911
"Content-Type" = "application/json"
912912
}
913913
}
914-
attempt_deadline = "320s"
914+
# Export CSV can take several minutes to run (5?) so we need to give it a longer deadline
915+
attempt_deadline = "10m"
915916
}
916917

917918

0 commit comments

Comments
 (0)