R
Runpod2mo ago
Five

I have over 100 serverless running with different endpoint, and we face this timeout issue.

Most of time our controller/handler throws this error on various workers, Idk if its choking, its all of the sudden on all servers/workers and then resumes after some time.
10:51:35 voiceclone gunicorn[1267959]: Bad Request: /api/audio_to_audio/
Jul 22 10:51:35 voiceclone gunicorn[1267959]: Unexpected error: HTTPSConnectionPool(host='api.runpod.ai', port=443): Max retries exceeded with url: /v2/vn2o4vgw0aes0k/runsync (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x74cc5bdf5ba0>, 'Connection to api.runpod.ai timed out. (connect timeout=3600)'))
Jul 22 10:51:35 voiceclone gunicorn[1267959]: - - [22/Jul/2025:05:51:35 +0000] "POST /api/audio_to_audio/ HTTP/1.0" 400 0 "-" "Proxyscotch/1.1"
10:51:35 voiceclone gunicorn[1267959]: Bad Request: /api/audio_to_audio/
Jul 22 10:51:35 voiceclone gunicorn[1267959]: Unexpected error: HTTPSConnectionPool(host='api.runpod.ai', port=443): Max retries exceeded with url: /v2/vn2o4vgw0aes0k/runsync (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x74cc5bdf5ba0>, 'Connection to api.runpod.ai timed out. (connect timeout=3600)'))
Jul 22 10:51:35 voiceclone gunicorn[1267959]: - - [22/Jul/2025:05:51:35 +0000] "POST /api/audio_to_audio/ HTTP/1.0" 400 0 "-" "Proxyscotch/1.1"
13 Replies
Unknown User
Unknown User2mo ago
Message Not Public
Sign In & Join Server To View
Five
FiveOP2mo ago
Per minute 3 requests
Unknown User
Unknown User2mo ago
Message Not Public
Sign In & Join Server To View
Poddy
Poddy2mo ago
@Five
Escalated To Zendesk
The thread has been escalated to Zendesk!
Ticket ID: #20701
Unknown User
Unknown User2mo ago
Message Not Public
Sign In & Join Server To View
Five
FiveOP2mo ago
Also i do face this issue as well on cpu serverless Why does other workers don't get request but only 1 is running for 50 mins. check image 2
No description
No description
Unknown User
Unknown User2mo ago
Message Not Public
Sign In & Join Server To View
Five
FiveOP2mo ago
I want to perform an operationwith the help of the my workers , My client send request from Android to my Django controller and the controller send that query to the runpod worker.
Unknown User
Unknown User2mo ago
Message Not Public
Sign In & Join Server To View
Five
FiveOP2mo ago
I don't have concrete values but i think my gunicorn server is not fully utilizing the runpod workers, i am using queue delay with 1 second. The request it self take almost 5-6 seconds to complete. but in runpod case its taking more than that. I want to improve this.
No description
Unknown User
Unknown User2mo ago
Message Not Public
Sign In & Join Server To View
Five
FiveOP2mo ago
I am already using CPU5
Unknown User
Unknown User2mo ago
Message Not Public
Sign In & Join Server To View

Did you find this page helpful?