Scheduled Tasks don't running

Hi,
I have a process I need to be executed every 10 seconds. I created the task associated to the bean, and If i manualy fire the task, it works, but never fires when expected automatically. There is something more I must do to get this working. I tried several configs,this is the last trying every parameter. Project is uploaded to amazon cloud, but it doesn’t works locally

imagen

Hi,

Make sure you have turned cuba.schedulingActive property on. See the docs.

This seems to work, I missed that. Thanks.