From 2715e934a3b66dfd1cd5c6e4d6c5565318f8e0c7 Mon Sep 17 00:00:00 2001 From: Jon Shipley Date: Sat, 8 Jun 2024 18:30:08 +0100 Subject: [PATCH] Hotfix/64801 increase ps report lock durations (#2809) --- admin/package.json | 2 +- func-ps-report/host.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/package.json b/admin/package.json index 6bc7dd938d..5f63a29f31 100644 --- a/admin/package.json +++ b/admin/package.json @@ -31,7 +31,7 @@ "watch:integration": "yarn jest --watch --coverage=no --config ./tests-integration/jest.integration.config.js" }, "mtc": { - "assets-version": "8066100cea64f449580402f1ebd4ae94" + "assets-version": "0e643b584571fcff14c5678866f830eb" }, "engines": { "node": ">= 18" diff --git a/func-ps-report/host.json b/func-ps-report/host.json index 755e253833..b92e5ac64c 100644 --- a/func-ps-report/host.json +++ b/func-ps-report/host.json @@ -32,7 +32,7 @@ "messageHandlerOptions": { "autoComplete": true, "maxConcurrentCalls": 1, - "maxAutoRenewDuration": "00:05:00" + "maxAutoRenewDuration": "06:00:00" }, "sessionHandlerOptions": { "autoComplete": false,