Open sakethramanujam opened 5 years ago
a client that calls the scrappers and waits or sleeps for certain info would be a good workflow.Some asyc threads could wait on certain scrapers to update while some others who have already got the data get scheduled for the next run as soon as the data is written.
@sakethramanujam have you found someone to write the scrapers yet ? this issue is being blocked by the scrapers.
Add an Asyncio scripts that runs all scrapers in intervals to periodically update the db with news articles.
Decide on a workflow mechanism to run async scripts. Whether it should be a client that the scraper should call or one single script that runs all the scrapers at once is up to you.