I’ve created a scheduled task under Administration -> Scheduled Tasks and then activate it, but task isn’t running at all, also nothing showing up in “execution history”
Application is running under cuba 6.5.5 platform version
Please see screenshot of scheduled task parameters.
If you did not set up the scheduled tasks execution for this project before, nothing will happen on this stage - the task will not be executed until you start the whole scheduling mechanism.
Open the modules/core/src/app.properties file and add the following property: cuba.schedulingActive = true
Restart the application server. The scheduling mechanism is now active and invokes the email queue processing.