Scheduled task is not running after deployment on a Linux environment

0
A scheduled task in the Mendix Model is NOT running after deployment on a Linux environment. What can be the reason?
asked
2 answers
1

Hi Theo,

Check the line

ScheduledEventExecution: ALL

in the m2ee.yaml file (near the bottom). Is it still set to NONE?

answered
0

Did you deploy in the custom cloud? If that so it could be that you need to configure scheduled events in your m2ee.yaml. You can do this with 'ScheduledEventExecution'. More info can be found here.

answered