How to perform concurrent request handling in flask API for web scraping using Gunicorn and/or Celery?

后端 未结 0 496
醉梦人生
醉梦人生 2020-11-30 11:36

I have a Flask API that triggers scraping functions upon receiving requests. The scrapers are IO-intensive tasks and the goal is to maximize handling of concurrent requests.

相关标签:
回答
  • 消灭零回复
提交回复
热议问题