- Регистрация
- 06.05.2018
- Сообщения
- 57
- Благодарностей
- 1
- Баллы
- 8
OK, I didn't know a better way to title this post but here goes ...
I have 12 projects that I need to run in a certain order but I can't control them how I want.
Project A needs to run once to scrape URLs.
Projects B1-B10 will run in loops at once to get the data from the URLs
Project C processes all the data.
Project A is my search engine scraper, I can set it up to create a trigger file to start the project Bs but it's not very dependable.
Projects B1-B10 will run together looping through the URLs collecting all my data.
Project C needs to wait until the Bs are done to start processing the data.
I'm trying to figure out how to make C wait until the Bs are done. I looked through the forum and saw some ideas but not sure if they would work for this. I looked into nesting projects but they only run at a time, I need the 10 Bs to all run at once.
Any help appreciated.
I have 12 projects that I need to run in a certain order but I can't control them how I want.
Project A needs to run once to scrape URLs.
Projects B1-B10 will run in loops at once to get the data from the URLs
Project C processes all the data.
Project A is my search engine scraper, I can set it up to create a trigger file to start the project Bs but it's not very dependable.
Projects B1-B10 will run together looping through the URLs collecting all my data.
Project C needs to wait until the Bs are done to start processing the data.
I'm trying to figure out how to make C wait until the Bs are done. I looked through the forum and saw some ideas but not sure if they would work for this. I looked into nesting projects but they only run at a time, I need the 10 Bs to all run at once.
Any help appreciated.