About the scheduler logic
Hi @sven
I'd like to know how the scheduler loops over projects.
I'd like to know how the scheduler loops over projects.
For instance let's assume the following scenario in which the interval of scheduler is set to 20 mins so it starts running for the first time "project 1" during 20 mins and then as it finishes, scheduler starts also for the first time "project 2" for 20 mins and then again back to run "project 1".
Is this second run of "project 1" (which is getting targets from a sitelist) going to restart from the beginning with the list or will it resume? what happens with the running "project 1" after 20 mins passed, is it stopped or is it leaved as paused until next run so that it can resume from where it was left?
I expect it at the second run to resume from where it was after the first run otherwise it will be always overposting the initial 20 minutes of the sitelist instead of looping completely over the list.
Thanks
Comments