How Does It Allocate Resources to Scraping & Submission?
AlexR
Cape Town
Hi
I have a project that has 10000 keywords & 250k URLS I loaded into the queue.
I.e. if it processes the URLS in the queue, I want it to then roll over and do scrapes based on keywords.
How does it currently handle it if we have both keywords & load urls to submit to.
Many thanks
Alex
I have a project that has 10000 keywords & 250k URLS I loaded into the queue.
I.e. if it processes the URLS in the queue, I want it to then roll over and do scrapes based on keywords.
How does it currently handle it if we have both keywords & load urls to submit to.
Many thanks
Alex
Comments
Any way to have it do it the other way around? (i.e. have keywords as a backup in case it's finished the submitted urls) - this means projects won't sit idle when URLS are processed.
I see it now.
Is there any chance you could add a feature that rather submits imported URLS first and then scrapes keywords if it runs out?
If you're loading urls, it should do those before keywords as it's faster.