Hey guys,
I'm working on a DRF project where I want the user to be able to send a POST request with a list of URLs and the view will scrape the URLs for specific data. I want to do this in the best way possible since if let's say 100 people were to use it the whole site would crash. I was thinking of using Celery for this, but apparently, it's not supported by PA, what's the best way to do this so many users can submit URLs and they all get processed in a timely manner?