diff --git a/manifest.webapp b/manifest.webapp
index e7c27f575ada5bc6d2a2e428ca9122afe9ac1abf..3411faf99ff858d614f69402c5defe92f42ab0a7 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",