From b912a46012f776620bd7f2f1f60882946fed5120 Mon Sep 17 00:00:00 2001 From: Michael Levin Date: Mon, 24 Feb 2025 16:50:12 -0500 Subject: [PATCH] [Tech Debt] Add a second daily report run for coverage in case of errors --- deploy/publisher.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/publisher.js b/deploy/publisher.js index ac404c89..ba4f0abd 100644 --- a/deploy/publisher.js +++ b/deploy/publisher.js @@ -28,14 +28,14 @@ const bree = new Bree({ interval: "at 10:02 am", }, // Runs `../jobs/daily.js` 4 minutes after the process starts and then at - // 10:02 AM every day going forward. + // 6:04 AM and 10:04 AM every day going forward. { name: "daily", timeout: "4m", - interval: "at 10:04 am", + interval: "at 6:04 am also at 10:04 am", }, // Runs `../jobs/api.js` 6 minutes after the process starts and then at - // 10:03 AM every day going forward. + // 10:06 AM every day going forward. { name: "api", timeout: "6m",