Closed
Description
Please read this first
- Have you read the docs?Agents SDK docs
Yes - 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.