[PR #218] [MERGED] [fix] get_queue_config biz logic with control plane server #326

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_deploy/pull/218
Author: @nerdai
Created: 9/4/2024
Status: Merged
Merged: 9/4/2024
Merged by: @nerdai

Base: v0.1.0Head: nerdai/fix-get-queue-config-biz-logic


📝 Commits (2)

  • cd54b0f fix get_message_queue_config to set dict key as config class name
  • 4357d4e bump prerelease version num

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 llama_deploy/control_plane/server.py (+2 -2)
📝 pyproject.toml (+1 -1)

📄 Description

Control plane endpoint for get queue config stores keys as the MessageQueue class name rather than the MessageQueueConfig class name. Downstream processes however use the config class name. This PR fixes this issue.


🔄 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/218 **Author:** [@nerdai](https://github.com/nerdai) **Created:** 9/4/2024 **Status:** ✅ Merged **Merged:** 9/4/2024 **Merged by:** [@nerdai](https://github.com/nerdai) **Base:** `v0.1.0` ← **Head:** `nerdai/fix-get-queue-config-biz-logic` --- ### 📝 Commits (2) - [`cd54b0f`](https://github.com/run-llama/llama_deploy/commit/cd54b0f1d167250595d27a846b08d3beb6454f7c) fix get_message_queue_config to set dict key as config class name - [`4357d4e`](https://github.com/run-llama/llama_deploy/commit/4357d4ec5642f9fbc53cbae95387856e34efa9f7) bump prerelease version num ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `llama_deploy/control_plane/server.py` (+2 -2) 📝 `pyproject.toml` (+1 -1) </details> ### 📄 Description Control plane endpoint for get queue config stores keys as the MessageQueue class name rather than the MessageQueueConfig class name. Downstream processes however use the config class name. This PR fixes this issue. --- <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:53 -05:00
yindo closed this issue 2026-02-16 01:16:53 -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#326