I want to use scrapy as a downloader. I need to load seeds file periodically and want scrapy keep running. Can I know how to add seed links dynamically or periodically? Another relevant question is if the crawled links queue will keep increasing if scrapy keep running? If then, how to deal with this to avoid the memory overuse?
Thanks a lot.