From cbf59e02f913af5f7828bc82c30fff48bfdce370 Mon Sep 17 00:00:00 2001 From: AlexisG Date: Wed, 22 May 2024 10:19:48 +0200 Subject: [PATCH] feat: Change the execution time slot for the expiration service --- manifest.webapp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.webapp b/manifest.webapp index e2ea8988..44ef8ed1 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -37,7 +37,7 @@ "expiration": { "type": "node", "file": "services/expiration/mespapiers.js", - "trigger": "@daily between 1pm and 3pm" + "trigger": "@daily between 7am and 8pm" }, "metadataMigration": { "type": "node",