You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you searched for related issues? Others may have faced similar issues.
Yes
Describe the bug
I have an orchestrator agent and two hand‑off agents.
Everything behaves correctly when I run the stack on my local machine, but after deploying the exact same containers to AWS EC2 (Docker), one of the hand‑off agents stops responding. From the traces it looks like the request to POST /v1/responses hangs indefinitely.
Debug information
Item
Value
Agents SDK version
v0.0.12
Python version
3.11.x
Platform (local)
macOS / Docker Desktop
Platform (prod)
AWS EC2 t3.medium, Amazon Linux 2, Docker 24.0
OpenAI account / key
Same key in both environments
Expected Behaviour
It's weird because one of the agent works well but other is stuck with same environment.
On the other hand, from local, it works well.
The text was updated successfully, but these errors were encountered:
my request from one day ago still says 'in progress' on tracing page.
That might be a result of the outer tracing span never being terminated because the process got killed or some other reason. The fact that you see POST /v1... means that the request finished because we only send the request span information to the server after it's done.
Is it possible you're getting an error in the application that causes it to exit?
Please read this first
Yes
Yes
Describe the bug
I have an orchestrator agent and two hand‑off agents.
Everything behaves correctly when I run the stack on my local machine, but after deploying the exact same containers to AWS EC2 (Docker), one of the hand‑off agents stops responding. From the traces it looks like the request to
POST /v1/responses
hangs indefinitely.Debug information
v0.0.12
3.11.x
t3.medium
, Amazon Linux 2, Docker 24.0Expected Behaviour
It's weird because one of the agent works well but other is stuck with same environment.
On the other hand, from local, it works well.
The text was updated successfully, but these errors were encountered: