Scheduler not triggering after app deployment

0
After I deployed my app, the 1-minute scheduler is not triggering in my mendix trial environment, even though it runs locally in Studio Pro 11. What could be the reason for this? Do I need to install or configure something to make the scheduler work after deployment?
asked
2 answers
6

Hello Sanjitha,

Please check that your scheduler is enable in environment.

navigate to the Environments section in the Mendix Developer Portal, select the specific environment, and then go to the Model Options tab-"Scheduled Events"-Enable that and restart the application.

answered
0

If you are running in the free sandbox, scheduled events are not available. You would need to upgrade to a paid environment to use scheduled events.

 

https://docs.mendix.com/developerportal/deploy/mendix-cloud-deploy/#free-app

 

I hope this helps.

answered