This commit is contained in:
chamikaJ
2025-04-17 18:28:54 +05:30
parent f583291d8a
commit 8825b0410a
2837 changed files with 241385 additions and 127578 deletions

View File

@@ -7,6 +7,8 @@ import {sendProjectDailyDigest} from "../shared/email-notifications";
// At 11:00+00 (4.30pm+530) on every day-of-month if it's on every day-of-week from Monday through Friday.
const TIME = "0 11 */1 * 1-5";
// const TIME = "0/10 * * * *";
// const TIME = "* * * * *";
const log = (value: any) => console.log("project-digest-cron-job:", value);