RunpodR
Runpod4mo ago
Jen

Regarding the new serverless loadbalancing endpoint

I try it with my existing fastapi application and found the worker is unable to go back from running -> idle state. My application has asyncio processes running in the background. Is that the reason?

Also is the new loadbalancing endpoint support socket-based API?
Solution
sockets should not work, i say should not because we use a proxy to forward the request, SSE will work, but doubt sockets will
Was this page helpful?