update
This commit is contained in:
@@ -49,7 +49,7 @@ schedule.scheduleJob("0 16 * * *", async () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// 16시에 실행 - fetch-articles -> fetch-detailAddress -> updateRanging -> sendTelegram
|
// 16시에 실행 - fetch-articles -> fetch-detailAddress -> updateRanging -> sendTelegram
|
||||||
schedule.scheduleJob("56 20 * * *", async () => {
|
schedule.scheduleJob("00 21 * * *", async () => {
|
||||||
console.log("Running scheduled jobs at 4 PM");
|
console.log("Running scheduled jobs at 4 PM");
|
||||||
try {
|
try {
|
||||||
await runTsFile("./fetch-articles.ts");
|
await runTsFile("./fetch-articles.ts");
|
||||||
|
|||||||
Reference in New Issue
Block a user