文件名称:sample-python-celery:使用异步工作人员Celery的Python示例应用程序
文件大小:6KB
文件格式:ZIP
更新时间:2024-05-23 22:35:24
HTML
样本Python / Celery应用程序
本地运行
$ docker-compose up
跑步
该应用程序由三个容器组成:
负责任务并返回结果的Celery服务器
运行网络服务器的Flask服务器,该服务器将任务发送到Celery服务器并显示结果
Redis服务器
该应用程序将在上可用
在Scalingo上部署
使用Redis插件在上创建一个应用程序,然后:
git remote add scalingo git@scalingo.com:
【文件预览】:
sample-python-celery-master
----runtime.txt(13B)
----Dockerfile(177B)
----.gitignore(12B)
----app.py(440B)
----README.md(1KB)
----Procfile(61B)
----docker-compose.yml(514B)
----requirements.txt(202B)
----scalingo.json(303B)
----templates()
--------index.html(6KB)
----scal_task.py(233B)