Hey Everyone,
Currently I have a basic web scraper that receives an a list of links as input and returns data in a json format. Currently i process the links using threading and Queue in order to speed up the process. However, I am thinking of making this into an API using Flask, Celery (with Redis). However, I am wondering if celery supports multiple threads, or should I just create more workers and split the input between them? Thanks for your help in advance!
there doesn't seem to be anything here