mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-24 21:01:26 -04:00
Non‐registered service in a llamactl call #170
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?
Originally created by @alex-stoica on GitHub (Feb 11, 2025).
Originally assigned to: @masci on GitHub.
When specifying a non‐registered service (e.g.,
some_dummy_workflow) using the CLI, the API call hangs indefinitely / until TimeoutError instead of directly returning an errorSteps to reproduce:
llamactl --server SOME_URL run --deployment SOME_DEPLOYMENT --service some_dummy_workflow --arg SOME_KEY SOME_VALUEExpected behavior: The system should detect that
some_dummy_workflowis not registered and either immediately return a meaningful error