Skip to content

Commit 0440b5a

Browse files
committed
updated deploy.sh
1 parent 39787fc commit 0440b5a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gcp_cloud_function_sql_export/deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ gcloud functions deploy "$name" --trigger-topic "$topic" \
3535
--entry-point main \
3636
--service-account "$service_account" \
3737
--region "$region" \
38-
--timeout 60 \
39-
--memory 128MB
38+
--memory 128MB \
39+
--timeout 60
4040
# may want multiple concurrent calls to different SQL instances at the same time
4141
#
4242
# also doesn't prevent:

0 commit comments

Comments
 (0)