1、daphne:asgi服务器,处理websocket请求

https://docs.djangoproject.com/zh-hans/3.1/howto/deployment/asgi/daphne/

 

 

 

 2、gunicorn

gunicorn接受从Nginx来的动态请求,处理完之后返回给Nginx,由后者返回给用户。

 

3、celery-beat

能够在Web端口动态添加定时任务的需求

https://juejin.im/post/6844904160266027016

4、flower

用于监控和管理celery集群

https://flower.readthedocs.io/en/latest/

5、Celery

https://www.cnblogs.com/wdliu/p/9530219.html

分布式任务队列Celery入门与进阶