Skip to content

Commit 16aff48

Browse files
committed
Increased export_csv cloud function memory to 2GB
1 parent 6a30d62 commit 16aff48

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

functions-python/export_csv/function_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Export the DB feed data as a csv file",
44
"entry_point": "export_and_upload_csv",
55
"timeout": 20,
6-
"memory": "1Gi",
6+
"memory": "2Gi",
77
"trigger_http": true,
88
"include_folders": ["helpers", "dataset_service"],
99
"include_api_folders": ["utils", "database", "feed_filters", "common", "database_gen"],

infra/functions-python/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,6 @@ resource "google_cloudfunctions2_function" "export_csv" {
893893
}
894894
}
895895

896-
897896
resource "google_cloud_scheduler_job" "export_csv_scheduler" {
898897
name = "export-csv-scheduler-${var.environment}"
899898
description = "Schedule the export_csv function"

0 commit comments

Comments
 (0)