Add an option to adjust the timing of the Scheduler from Sprintr itself. - Mendix Forum

Add an option to adjust the timing of the Scheduler from Sprintr itself.

2

Hello Team,

 

We currently manage around 60 schedulers in our application, and frequently need to adjust their timings to accommodate users' flexible requirements. However, in the scheduled events section, we only have the option to turn schedulers on or off. Previously, changing the timing of a scheduler required redeploying the code each time.

 

To streamline this process, we created 60 constants—one for each scheduler—allowing us to adjust their timings more easily. I’d like to propose a feature enhancement that would enable direct adjustment of scheduler timings through Sprintr, without needing to restart the application. This could be a valuable solution for users globally who manage complex applications with numerous schedulers.

asked
1 answers

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)

 

Duplicate of: https://community.mendix.com/link/space/app-development/ideas/1530

 

Created