From 061b3a56408edfe3698f8780ce4d4d204a81ca13 Mon Sep 17 00:00:00 2001 From: Pavel Date: Wed, 20 Mar 2024 13:23:04 -0700 Subject: [PATCH] feat(firestore-bigquery-export): add cloud tasks retryConfig in extension.yaml --- firestore-bigquery-export/extension.yaml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/firestore-bigquery-export/extension.yaml b/firestore-bigquery-export/extension.yaml index 1a962b672..fbe9ac160 100644 --- a/firestore-bigquery-export/extension.yaml +++ b/firestore-bigquery-export/extension.yaml @@ -68,7 +68,10 @@ resources: `IMPORT` and the timestamp of epoch. properties: runtime: nodejs18 - taskQueueTrigger: {} + taskQueueTrigger: + retryConfig: + maxAttempts: 15 + minBackoffSeconds: 60 - name: syncBigQuery type: firebaseextensions.v1beta.function @@ -90,7 +93,10 @@ resources: Runs configuration for sycning with BigQuery properties: runtime: nodejs18 - taskQueueTrigger: {} + taskQueueTrigger: + retryConfig: + maxAttempts: 15 + minBackoffSeconds: 60 - name: setupBigQuerySync type: firebaseextensions.v1beta.function @@ -98,7 +104,10 @@ resources: Runs configuration for sycning with BigQuery properties: runtime: nodejs18 - taskQueueTrigger: {} + taskQueueTrigger: + retryConfig: + maxAttempts: 15 + minBackoffSeconds: 60 params: - param: DATASET_LOCATION