Page 1 of 1

cron and running

PostPosted: Thu Jul 19, 2012 12:07 pm
by Hans Nieuwenhuis
Hi,

I wonder what will happen if I have a scheduler job that is scheduled to run every 10 seconds and
one run takes longer then 10 seconds.

Will the second run be done immediately after the one that took longer then 10 seconds ?
Or will it run parallel to the other one ?

As far as I can see it will run immediately after the one that took longer then 10 seconds , but I want to be sure !!

Regards,