Skip to content

Commit 88987f7

Browse files
jauntybraincabljac
authored andcommitted
feat(firestore-bigquery-export): tasks retryConfig in extension.yaml (#1996)
1 parent 6f69a8e commit 88987f7

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

firestore-bigquery-export/extension.yaml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,10 @@ resources:
6868
`IMPORT` and the timestamp of epoch.
6969
properties:
7070
runtime: nodejs18
71-
taskQueueTrigger: {}
71+
taskQueueTrigger:
72+
retryConfig:
73+
maxAttempts: 15
74+
minBackoffSeconds: 60
7275

7376
- name: syncBigQuery
7477
type: firebaseextensions.v1beta.function
@@ -90,15 +93,21 @@ resources:
9093
Runs configuration for sycning with BigQuery
9194
properties:
9295
runtime: nodejs18
93-
taskQueueTrigger: {}
96+
taskQueueTrigger:
97+
retryConfig:
98+
maxAttempts: 15
99+
minBackoffSeconds: 60
94100

95101
- name: setupBigQuerySync
96102
type: firebaseextensions.v1beta.function
97103
description: >-
98104
Runs configuration for sycning with BigQuery
99105
properties:
100106
runtime: nodejs18
101-
taskQueueTrigger: {}
107+
taskQueueTrigger:
108+
retryConfig:
109+
maxAttempts: 15
110+
minBackoffSeconds: 60
102111

103112
params:
104113
- param: DATASET_LOCATION

0 commit comments

Comments
 (0)