From b9b73ca9947b5a8ba18907a704d271f41d1f1a4c Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Fri, 24 Apr 2026 13:07:26 +0700 Subject: [PATCH] rollback code cronjob time --- src/app.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app.ts b/src/app.ts index 6ee54a80..06f76548 100644 --- a/src/app.ts +++ b/src/app.ts @@ -98,8 +98,7 @@ async function main() { }); // Cron job for updating tenure - every day at 04:00:00 - // const cronTime_Tenure = "0 0 4 * * *"; - const cronTime_Tenure = "0 30 12 * * *"; // test 12:30 + const cronTime_Tenure = "0 0 4 * * *"; cron.schedule(cronTime_Tenure, async () => { try { const profileSalaryController = new ProfileSalaryController();