Is it possible to initiate a scheduling cron when Servoy Server starts up?
It’s my understanding the Scheduling plug-in runs only from Servoy Client. The routines I want to schedule should run only once daily and run regardless whether any users are logged in or not.
If the existing Scheduling plug-in isn’t suitable, does anyone know of a Java Bean or plug-in which would meet my purposes? Once a day to run a Servoy Method on Servoy Server independently of the presence of any users.
I’d like to avoid the complexities of writing a Stored Procedure on the backend database itself.