Skip to content

About the scheduler logic

edited March 2017 in Need Help
Hi @sven

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

  • SvenSven www.GSA-Online.de
    Yes it resumes from the point where it was stopped (finishing left targets) + continues on the rest of site lists. The site lists target parsing is random anyway as well as search engine parsing and almost anything. So whenever you restart a progject, it will almost never do the same thing (e.g. search with same keyword for same platform on same search engine).
Sign In or Register to comment.