文件名称:Torando-Celery-Tasks:龙卷风芹菜排队应用
文件大小:4KB
文件格式:ZIP
更新时间:2024-06-22 11:40:51
HTML
龙卷风芹菜排队应用 这只是一个使用 Celery(使用 AMQP)和 Python Tornado 实现排队服务的测试应用程序。 除了上面的tornado-celery还用来连接tornado和celery。 注意:要在本地运行此应用程序,您需要安装 amqp(消息传递) 本地安装运行 git clone git@github.com:drreddy/Torando-Celery-Tasks.git cd Torando-Celery-Tasks pip install -r requirements.txt celery -A tasks worker --loglevel=info python server.py
【文件预览】:
Torando-Celery-Tasks-master
----requirements.txt(44B)
----server.py(2KB)
----tasks.py(551B)
----README.md(610B)
----templates()
--------index.html(4KB)