I have a spring boot app in an application.properties file add the Scheduler config task : cron.every.minuts=0 */5 * ? * * "Every 5 minutes" I want to change this to "Every 10 minutes" in run time/dynamical cron expression, I read cron expression with @Scheduled(cron = "${cron.every.minuts}").
Asked
Active
Viewed 423 times
1
-
Possible duplicate https://stackoverflow.com/q/15250928/5225581 – Hachem saad Feb 18 '22 at 14:40