I configured a scheduled task with this cron expression: */10 * * * * * It should be execute every 10 seconds, but the task doesn’t start. If I change the configuration to period and set 10 seconds the task starts.
I installed application on tomcat 9 and windows 2019.
I solved the problem, it was my mistake, because I set the property cuba.schedulingInterval to 20 thinking they were seconds, but really they are milliseconds