From 07f005478f91daf4793702ba1d4ed7db6e3ae7ed Mon Sep 17 00:00:00 2001 From: Mithun James <1007084+drtechie@users.noreply.github.com> Date: Mon, 23 Jun 2025 10:30:10 +0530 Subject: [PATCH] fix: add missing env variables for scheduler --- src/main/resources/application.properties | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 813637b0..7feb6ff0 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -173,3 +173,21 @@ failedLoginAttempt=5 jwt.access.expiration=86400000 jwt.refresh.expiration=604800000 + +##-------------------------------###cti data sync Scheduler configurations------------------------------------------------------ + +#Runs at every alternative days at 2AM +start-ctidatasync-scheduler=true +cron-scheduler-ctidatasync=0 30 01 * * ? * + +##-------------------------------###cti data check with call detail report Scheduler------------------------------------------------------ + +#Runs at everyday 12:10AM +start-ctidatacheck-scheduler=true +cron-scheduler-ctidatacheck=0 00 02 * * * + + +##-----------------------------------------------#NHM data dashboard schedular---------------------------------------------------------------- +# run at everyday 12:01AM +start-nhmdashboard-scheduler=true +cron-scheduler-nhmdashboard=0 30 0 * * ? * \ No newline at end of file