rollback code cronjob time
This commit is contained in:
parent
ec6b4a7ac8
commit
ab6cebddb3
1 changed files with 1 additions and 2 deletions
|
|
@ -98,8 +98,7 @@ async function main() {
|
||||||
});
|
});
|
||||||
|
|
||||||
// Cron job for updating tenure - every day at 04:00:00
|
// Cron job for updating tenure - every day at 04:00:00
|
||||||
// const cronTime_Tenure = "0 0 4 * * *";
|
const cronTime_Tenure = "0 0 4 * * *";
|
||||||
const cronTime_Tenure = "0 30 12 * * *"; // test 12:30
|
|
||||||
cron.schedule(cronTime_Tenure, async () => {
|
cron.schedule(cronTime_Tenure, async () => {
|
||||||
try {
|
try {
|
||||||
const profileSalaryController = new ProfileSalaryController();
|
const profileSalaryController = new ProfileSalaryController();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue