distributed-task-server:使用FastAPI,Celery和RabbitMQ的Python3任务队列

时间:2024-03-28 05:48:59
【文件属性】:

文件名称:distributed-task-server:使用FastAPI,Celery和RabbitMQ的Python3任务队列

文件大小:9KB

文件格式:ZIP

更新时间:2024-03-28 05:48:59

Python

FastAPI和Celery分布式任务队列 使用FastAPI和Celery以及RabbitMQ代理的分布式任务队列的工作示例。 安装 拉RabbitMQ图像 码头工人拉rabbitmq 用法 构建API和任务服务器映像 docker build -t celery_simple:latest。 运行API,代理和任务服务器 码头工人组成


【文件预览】:
distributed-task-server-main
----.gitignore(27B)
----app()
--------__init__.py(0B)
--------data_models.py(991B)
--------main.py(2KB)
----requirements.txt(38B)
----dockerfile(399B)
----task_queue()
--------worker.py(260B)
--------tasks.py(2KB)
--------__init__.py(33B)
--------ml()
--------__pycache__()
----docker-compose.yml(456B)
----README.md(353B)
----build.sh(84B)
----test()
--------test_client.py(786B)

网友评论