Non‐registered service in a llamactl call #170

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

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 error

Steps to reproduce:

  1. Example command:
    llamactl --server SOME_URL run --deployment SOME_DEPLOYMENT --service some_dummy_workflow --arg SOME_KEY SOME_VALUE
  2. Monitor the llamaindex server logs. You will observe that it repeatedly issues GET requests to the task result endpoint (e.g., /sessions/f5926dc7-a070-42f4-b6da-7d92e63ecd9c/tasks/8341c775-cc6c-465b-adbc-c1b9ce3a4eca/result) with HTTP 200 OK responses.
  3. The CLI does not terminate quickly / return any error, it simply hangs without output.

Expected behavior: The system should detect that some_dummy_workflow is not registered and either immediately return a meaningful error

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 error **Steps to reproduce:** 1. Example command: ```llamactl --server SOME_URL run --deployment SOME_DEPLOYMENT --service some_dummy_workflow --arg SOME_KEY SOME_VALUE``` 2. Monitor the llamaindex server logs. You will observe that it repeatedly issues GET requests to the task result endpoint (e.g., /sessions/f5926dc7-a070-42f4-b6da-7d92e63ecd9c/tasks/8341c775-cc6c-465b-adbc-c1b9ce3a4eca/result) with HTTP 200 OK responses. 3. The CLI does not terminate quickly / return any error, it simply hangs without output. **Expected behavior**: The system should detect that `some_dummy_workflow` is not registered and either immediately return a meaningful error
yindo closed this issue 2026-02-16 01:16:11 -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#170