Scheduled task with cron expression

Hi all,

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.

Thanks to all.

In accord to the documentation at this page Scheduling Implementation Details - CUBA Platform. Developer’s Manual

I would like to try to change the interval from 1 second to 2 seconds, but I cannot find where I can do it.

Do anyone know the file where I can do it?

Thanks to all for support

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