mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-24 21:01:26 -04:00
[PR #208] [MERGED] Add queue config as an endpoint to the control plane #317
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/llama_deploy/pull/208
Author: @logan-markewich
Created: 8/28/2024
Status: ✅ Merged
Merged: 8/29/2024
Merged by: @logan-markewich
Base:
v0.1.0← Head:logan/make_message_queue_less_needed📝 Commits (4)
caa8864update queue config to be part of the control plane22e24d8Merge branch 'v0.1.0' into logan/make_message_queue_less_needed9152e24update readmedc0e280andrei comment📊 Changes
9 files changed (+96 additions, -7 deletions)
View changed files
📝
README.md(+7 -2)📝
llama_agents/control_plane/base.py(+10 -0)📝
llama_agents/control_plane/server.py(+23 -0)📝
llama_agents/deploy/deploy.py(+25 -1)📝
llama_agents/message_queues/apache_kafka.py(+4 -1)📝
llama_agents/message_queues/base.py(+5 -0)📝
llama_agents/message_queues/rabbitmq.py(+6 -0)📝
llama_agents/message_queues/redis.py(+3 -0)📝
llama_agents/message_queues/simple.py(+13 -3)📄 Description
Adding the queue config as a GET api on the control plane
This will simplify deployment and imports for the user.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.