[Bug] Deploying a workflow results in endless pings between services #158

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

Originally created by @logan-markewich on GitHub (Jan 15, 2025).

Following the quick-start example, as soon as you run llamactl deploy quick_start.yml, the terminal running the api-server will show endless logs with the /messages endpoint getting hit

INFO:     127.0.0.1:60248 - "GET /messages/llama_deploy.echo_workflow HTTP/1.1" 200 OK
INFO:     127.0.0.1:60245 - "GET /messages/llama_deploy.control_plane HTTP/1.1" 200 OK
INFO:     127.0.0.1:60248 - "GET /messages/llama_deploy.echo_workflow HTTP/1.1" 200 OK
INFO:     127.0.0.1:60245 - "GET /messages/llama_deploy.control_plane HTTP/1.1" 200 OK
INFO:     127.0.0.1:60248 - "GET /messages/llama_deploy.echo_workflow HTTP/1.1" 200 OK
INFO:     127.0.0.1:60245 - "GET /messages/llama_deploy.control_plane HTTP/1.1" 200 OK
INFO:     127.0.0.1:60248 - "GET /messages/llama_deploy.echo_workflow HTTP/1.1" 200 OK
INFO:     127.0.0.1:60245 - "GET /messages/llama_deploy.control_plane HTTP/1.1" 200 OK
INFO:     127.0.0.1:60248 - "GET /messages/llama_deploy.echo_workflow HTTP/1.1" 200 OK
Originally created by @logan-markewich on GitHub (Jan 15, 2025). Following the quick-start example, as soon as you run `llamactl deploy quick_start.yml`, the terminal running the api-server will show endless logs with the `/messages` endpoint getting hit ``` INFO: 127.0.0.1:60248 - "GET /messages/llama_deploy.echo_workflow HTTP/1.1" 200 OK INFO: 127.0.0.1:60245 - "GET /messages/llama_deploy.control_plane HTTP/1.1" 200 OK INFO: 127.0.0.1:60248 - "GET /messages/llama_deploy.echo_workflow HTTP/1.1" 200 OK INFO: 127.0.0.1:60245 - "GET /messages/llama_deploy.control_plane HTTP/1.1" 200 OK INFO: 127.0.0.1:60248 - "GET /messages/llama_deploy.echo_workflow HTTP/1.1" 200 OK INFO: 127.0.0.1:60245 - "GET /messages/llama_deploy.control_plane HTTP/1.1" 200 OK INFO: 127.0.0.1:60248 - "GET /messages/llama_deploy.echo_workflow HTTP/1.1" 200 OK INFO: 127.0.0.1:60245 - "GET /messages/llama_deploy.control_plane HTTP/1.1" 200 OK INFO: 127.0.0.1:60248 - "GET /messages/llama_deploy.echo_workflow HTTP/1.1" 200 OK ```
yindo closed this issue 2026-02-16 01:16:04 -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#158