Skip to content

Commit 97e0dc8

Browse files
committed
Adjusted the timeout for running export_csv to 10 minutes
1 parent 16aff48 commit 97e0dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions-python/export_csv/function_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "export-csv",
33
"description": "Export the DB feed data as a csv file",
44
"entry_point": "export_and_upload_csv",
5-
"timeout": 20,
5+
"timeout": 600,
66
"memory": "2Gi",
77
"trigger_http": true,
88
"include_folders": ["helpers", "dataset_service"],

0 commit comments

Comments
 (0)