This commit is contained in:
kjy
2025-12-16 21:02:00 +09:00
parent 554cf54ed2
commit dd854cac08

View File

@@ -49,7 +49,7 @@ schedule.scheduleJob("0 16 * * *", async () => {
});
// 16시에 실행 - fetch-articles -> fetch-detailAddress -> updateRanging -> sendTelegram
schedule.scheduleJob("00 21 * * *", async () => {
schedule.scheduleJob("05 21 * * *", async () => {
console.log("Running scheduled jobs at 4 PM");
try {
await runTsFile("./fetch-articles.ts");