From 979adc3e4675f35d772fca097e5120e86cee34ff Mon Sep 17 00:00:00 2001 From: kjy Date: Tue, 16 Dec 2025 20:54:01 +0900 Subject: [PATCH] aa --- src/starter.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/starter.ts b/src/starter.ts index 671c11d..a191f9f 100644 --- a/src/starter.ts +++ b/src/starter.ts @@ -49,7 +49,7 @@ schedule.scheduleJob("0 16 * * *", async () => { }); // 16시에 실행 - fetch-articles -> fetch-detailAddress -> updateRanging -> sendTelegram -schedule.scheduleJob("50 20 * * *", async () => { +schedule.scheduleJob("56 20 * * *", async () => { console.log("Running scheduled jobs at 4 PM"); try { await runTsFile("./fetch-articles.ts");