mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-24 21:01:26 -04:00
[PR #457] [MERGED] fix: raise an error in llamactl run when service doesn't exist
#474
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/457
Author: @masci
Created: 2/12/2025
Status: ✅ Merged
Merged: 2/12/2025
Merged by: @masci
Base:
main← Head:massi/456📝 Commits (2)
5e58db5fix: raise an error in run() when service doesn't exist5648305add unit tests, fix surfaced bug📊 Changes
4 files changed (+67 additions, -11 deletions)
View changed files
📝
llama_deploy/apiserver/deployment.py(+25 -11)📝
llama_deploy/apiserver/routers/deployments.py(+5 -0)📝
tests/apiserver/routers/test_deployments.py(+14 -0)📝
tests/apiserver/test_deployment.py(+23 -0)📄 Description
Fixes #456
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.