Page 1 of 1

Scheduler Plugin Running Cron Job Multiple Times

PostPosted: Mon Apr 23, 2012 5:31 pm
by jgarfield
When using scheduler.addCron (vs scheduler.addJob) it appears that the scheduler will start the job multiple times at once (think 20-400 times).

This happens even with removing the cron at the start of the called method and re-adding it at the end.

Attached code exemplifies the differences.

This was effectively bringing a few of our servers to their knees, so anyone experiencing performance degradation when using crons, may be experiencing this.

Reported at https://support.servoy.com/browse/SVY-2067