It would be useful if the schedules of scheduled events could be managed/set from the Cloud Console on a per environment basis. Maybe under the existing model options tab? Currently, the schedules have to be set from Studio Pro the change committed, and then new a build compiled and deployed. This is a pain and take too much time. It would be much easier if I could go into the environment and modify the schedule as needed. This would be especially when we’re trying to test functionality deployed in the cloud.
Idea also posted in https://community.mendix.com/link/space/scheduling-module/ideas/4805
Have a look at this options from the market place
https://marketplace.mendix.com/link/component/59061
https://marketplace.mendix.com/link/component/1750
Or build something similar.
I have seen companies exposing the Rest Service in Mendix, and call them from external job scheduler. (though i cant recall the name)
That's nice. Another benefit: It would also allow to have the same scheduled event (e.g. synching masterdata) in a marketplace module, yet scheduling it in each app at a different time, spreading the peak.