From ce25640edc5305cf8866cc914ddb5473a7691995 Mon Sep 17 00:00:00 2001 From: AngeloCaporaso Date: Fri, 10 May 2024 17:18:01 +0200 Subject: [PATCH 1/2] fix(host.json): Update QueueTrigger visibility timeout --- host.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/host.json b/host.json index b91f0f9..5e269c4 100644 --- a/host.json +++ b/host.json @@ -10,18 +10,20 @@ }, "queues": { "maxPollingInterval": "00:01:00", - "visibilityTimeout" : "00:00:00", + "visibilityTimeout" : "00:02:00", "batchSize": 16, "maxDequeueCount": 5, "newBatchThreshold": 8 } }, "logging": { - "fileLoggingMode": "always", + "fileLoggingMode": "debugOnly", "logLevel": { - "default": "Error", + "default": "None", "Host.Results": "Error", - "Function": "Information", + "Function": "Error", + "Microsoft": "Information", + "Worker": "Information", "Host.Aggregator": "Error", "Host": "Error" }, From 9449c91fd4bf2bbd764dfbde2dc14a2c271889c6 Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Fri, 10 May 2024 15:21:18 +0000 Subject: [PATCH 2/2] Bump to version 0.0.14-1-fix-queue-visibility [skip ci] --- helm/Chart.yaml | 4 ++-- helm/values-dev.yaml | 2 +- helm/values-prod.yaml | 2 +- helm/values-uat.yaml | 2 +- pom.xml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index deb4d23..55ef1ca 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: pagopa-gpd-upload-function description: Microservice description type: application -version: 0.88.0 -appVersion: 0.0.14 +version: 0.89.0 +appVersion: 0.0.14-1-fix-queue-visibility dependencies: - name: microservice-chart version: 2.4.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 0949607..0cb5943 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-gpd-upload-function - tag: "0.0.14" + tag: "0.0.14-1-fix-queue-visibility" pullPolicy: Always # https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script.WebHost/Controllers/HostController.cs livenessProbe: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index f352c5e..375a0a3 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-gpd-upload-function - tag: "0.0.14" + tag: "0.0.14-1-fix-queue-visibility" pullPolicy: Always # https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script.WebHost/Controllers/HostController.cs livenessProbe: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 315f986..62d6397 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "" image: repository: ghcr.io/pagopa/pagopa-gpd-upload-function - tag: "0.0.14" + tag: "0.0.14-1-fix-queue-visibility" pullPolicy: Always # https://github.com/Azure/azure-functions-host/blob/dev/src/WebJobs.Script.WebHost/Controllers/HostController.cs livenessProbe: diff --git a/pom.xml b/pom.xml index c4cd0cc..0968f38 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ it.gov.pagopa.gpd.upload gpd-upload-function - 0.0.14 + 0.0.14-1-fix-queue-visibility jar GPD-Upload-Function