R
RunPod5d ago
houmie

vLLM serverless throws 502 errors

I'm getting these errors out of the blue, anyone knows why? 2024-06-28 00:44:12.053 [71ncv12913w751] [error] Failed to get job, status code: 502 ▼ 2024-06-28 00:41:33.874 [71ncv12913w751] [info] Finished. ▼ 2024-06-28 00:41:33.844 [71ncv12913w751] [info] Finished running generator. ▼ 2024-06-28 00:41:08.658 [71ncv12913w751] [error] Failed to get job, status code: 502 ▼ 2024-06-28 00:40:40.032 [71ncv12913w751] [error] Failed to get job, status code: 502 .... 2024-06-28 00:16:05.919 [71ncv12913w751] [error] Traceback: Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/runpod/serverless/modules/rp_job.py", line 55, in get_job async with session.get(_job_get_url()) as response: File "/usr/local/lib/python3.10/dist-packages/aiohttp/client.py", line 1194, in aenter self._resp = await self._coro File "/usr/local/lib/python3.10/dist-packages/aiohttp/client.py", line 605, in _request await resp.start(conn) File "/usr/local/lib/python3.10/dist-packages/aiohttp/client_reqrep.py", line 966, in start message, payload = await protocol.read() # type: ignore[union-attr] File "/usr/local/lib/python3.10/dist-packages/aiohttp/streams.py", line 622, in read await self._waiter aiohttp.client_exceptions.ServerDisconnectedError: Server disconnected ▼ 2024-06-28 00:16:05.919 [71ncv12913w751] [error] Failed to get job. | Error Type: ServerDisconnectedError | Error Message: Server disconnected
8 Replies
nerdylive
nerdylive5d ago
@Madiator2011 Is this because of runpod
yhlong00000
yhlong000004d ago
The error logs you are seeing indicate it is experiencing network-related issues when trying to fetch job from a server.
houmie
houmie4d ago
Thanks, I will report this to support.
nerdylive
nerdylive4d ago
btw did your job result comes out? i ever experienced this too but it seems to work just fine
houmie
houmie4d ago
Unsure, still investigating. RunPod Serverless is extraordinary for what it does. But it has still quite a few bugs.
nerdylive
nerdylive4d ago
Yeah for vllm mostly
digigoblin
digigoblin3d ago
And doesn't handle networking issues gracefully either
nerdylive
nerdylive3d ago
What networking issues?