task push notification

This commit is contained in:
Sibunnayak 2024-09-04 01:13:51 +05:30
parent eb135606e0
commit 7be14d1b82

View File

@ -30,7 +30,7 @@ app.get("/", (req, res) => {
});
// }
// Schedule the cron job
cron.schedule("30 9 * * *", updateOverdueTasks, {
cron.schedule("15 1 * * *", updateOverdueTasks, {
timezone: "Asia/Kolkata",
});
//<---------deployement------------->