I've got a batch processor that creates 2 cronjobs at startup.
First job runs every minute and the other runs every day at 7am.
Lately it occurs that the second job is not triggered on time (today it was triggered at 1:30pm) or not triggered at all.
The first job seems to be running correctly, but it does occur that this job is also not running any more.
I've check the server time and that shows the correct time, so that is no explanation why the second job is not running on time. And no errors appear in the servoy logs.
My first job checks if it has to do any work on a client database, if so it creates a new HC to run this job for each client.
The second job sends a batch of daily reports.
Can anyone give me a hint why this stops working? Or how I can try to trace this problem?