[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
 
 

celery_server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Celery 异步服务器后端模块

部署

pip install celery gevent -i https://pypi.doubanio.com/simple/
celery -A celery_server worker -l info --pool=eventlet

需要在 celery 5.0 中才能使用 async