[PR #208] [MERGED] Add queue config as an endpoint to the control plane #317

Closed
opened 2026-02-16 01:16:52 -05:00 by yindo · 0 comments
Owner

📋 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.0Head: logan/make_message_queue_less_needed


📝 Commits (4)

  • caa8864 update queue config to be part of the control plane
  • 22e24d8 Merge branch 'v0.1.0' into logan/make_message_queue_less_needed
  • 9152e24 update readme
  • dc0e280 andrei 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.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/llama_deploy/pull/208 **Author:** [@logan-markewich](https://github.com/logan-markewich) **Created:** 8/28/2024 **Status:** ✅ Merged **Merged:** 8/29/2024 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `v0.1.0` ← **Head:** `logan/make_message_queue_less_needed` --- ### 📝 Commits (4) - [`caa8864`](https://github.com/run-llama/llama_deploy/commit/caa88648cfaa0adef9f43bd556a43ba45179ba18) update queue config to be part of the control plane - [`22e24d8`](https://github.com/run-llama/llama_deploy/commit/22e24d86d434bb7f6b0fbcb9c952d4d7ece676ed) Merge branch 'v0.1.0' into logan/make_message_queue_less_needed - [`9152e24`](https://github.com/run-llama/llama_deploy/commit/9152e244413f228adf072acb15f2a0c5508ff064) update readme - [`dc0e280`](https://github.com/run-llama/llama_deploy/commit/dc0e2808e714078d887c92669577804f70ab39f7) andrei comment ### 📊 Changes **9 files changed** (+96 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Adding the queue config as a GET api on the control plane This will simplify deployment and imports for the user. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 01:16:52 -05:00
yindo closed this issue 2026-02-16 01:16:52 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_deploy#317