From a10b40bb7eb4d970a5f49b3ce5f4f8107e9fd964 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20PAILHAREY?= <rpailharey@grandlyon.com> Date: Mon, 16 Sep 2024 13:29:56 +0200 Subject: [PATCH] feat: spread services execution --- manifest.webapp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.webapp b/manifest.webapp index e7c27f575..3411faf99 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -177,12 +177,12 @@ "enedisHalfHourMonthlyAnalysis": { "type": "node", "file": "services/enedisHalfHourMonthlyAnalysis/ecolyo.js", - "trigger": "@cron 0 0 8 3 * *" + "trigger": "@monthly on the 3 between 10am and 12pm" }, "monthlyReportNotification": { "type": "node", "file": "services/monthlyReportNotification/ecolyo.js", - "trigger": "@cron 0 0 10 3 * *" + "trigger": "@monthly on the 3 between 12pm and 2pm" }, "consumptionAlert": { "type": "node", -- GitLab