Skip to content
Advertisement

Tag: crontrigger

Updating CroneSchedule & Job Dynamically without stopping server

I need help in externalizing the below cron schedule or executing it dynamically. For example, in the below code it is hardcoded to perform every Saturday: cronSchedule(“0 0 12 ? * SAT”). I want the value inside the cronSchedule() to externalize so that even after the server is started, I can still change the cron schedule to Monday or every

Advertisement