task push notification
This commit is contained in:
parent
eb135606e0
commit
7be14d1b82
@ -30,7 +30,7 @@ app.get("/", (req, res) => {
|
|||||||
});
|
});
|
||||||
// }
|
// }
|
||||||
// Schedule the cron job
|
// Schedule the cron job
|
||||||
cron.schedule("30 9 * * *", updateOverdueTasks, {
|
cron.schedule("15 1 * * *", updateOverdueTasks, {
|
||||||
timezone: "Asia/Kolkata",
|
timezone: "Asia/Kolkata",
|
||||||
});
|
});
|
||||||
//<---------deployement------------->
|
//<---------deployement------------->
|
||||||
|
Loading…
Reference in New Issue
Block a user