mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-25 10:39:36 -04:00
[PR #218] [MERGED] [fix] get_queue_config biz logic with control plane server
#326
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/218
Author: @nerdai
Created: 9/4/2024
Status: ✅ Merged
Merged: 9/4/2024
Merged by: @nerdai
Base:
v0.1.0← Head:nerdai/fix-get-queue-config-biz-logic📝 Commits (2)
cd54b0ffix get_message_queue_config to set dict key as config class name4357d4ebump 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.