File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
firestore-bigquery-export Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,10 @@ resources:
68
68
` IMPORT` and the timestamp of epoch.
69
69
properties :
70
70
runtime : nodejs18
71
- taskQueueTrigger : {}
71
+ taskQueueTrigger :
72
+ retryConfig :
73
+ maxAttempts : 15
74
+ minBackoffSeconds : 60
72
75
73
76
- name : syncBigQuery
74
77
type : firebaseextensions.v1beta.function
@@ -90,15 +93,21 @@ resources:
90
93
Runs configuration for sycning with BigQuery
91
94
properties :
92
95
runtime : nodejs18
93
- taskQueueTrigger : {}
96
+ taskQueueTrigger :
97
+ retryConfig :
98
+ maxAttempts : 15
99
+ minBackoffSeconds : 60
94
100
95
101
- name : setupBigQuerySync
96
102
type : firebaseextensions.v1beta.function
97
103
description : >-
98
104
Runs configuration for sycning with BigQuery
99
105
properties :
100
106
runtime : nodejs18
101
- taskQueueTrigger : {}
107
+ taskQueueTrigger :
108
+ retryConfig :
109
+ maxAttempts : 15
110
+ minBackoffSeconds : 60
102
111
103
112
params :
104
113
- param : DATASET_LOCATION
You can’t perform that action at this time.
0 commit comments