Request Stuck in Queue
Havent seen a single log, dont know where to start debugging
26 Replies
check the worker log
When i click worker log it flashes up for a sec a loading logs then dissapears
is it active worker?
intresting tried refresh page?
tried
tried in private mode?
whats that/how?
aka private/incognito mode in web browser
tried differnet browser
i run safari, but its broken in chrome etc too
is it custom worker. Though ui bugs like this schould not be happening
its a serverless, based on container pull from github container register, with my docker credentials for github containers
I mean is it your own custom worker or you use code of our workers
custom
does the docker need to be using a particular bases image?
"FROM nvidia/cuda:11.8.0-base-ubuntu22.04"
Nah though with custom it's hard to debug if you have not correct error login.
You can always try kill workers. Though like im saying ui bug like this schould not be happening.
extra workers log working?
something is not right with your code as container is starting and removing. Does your docker image have start command?
no but i put on in the override when setting up the serverless
Does it include the serverless handler and RunPod serverless SDK?
no
So here is an issue π
hahaha was hopping to just see if the container ran and logged, but makes sense
can you link me docs?
GitHub
GitHub - runpod/runpod-python: π | Python library for RunPod API an...
π | Python library for RunPod API and serverless worker SDK. - GitHub - runpod/runpod-python: π | Python library for RunPod API and serverless worker SDK.
and this repository have some sample workers https://github.com/runpod-workers
GitHub
RunPod | Endpoints | Workers
Offical collection of worker repositories for serverless endpoints on RunPod. - RunPod | Endpoints | Workers
ty π
Here are some resources for getting started with RunPod serverless:
https://blog.runpod.io/serverless-create-a-basic-api/
https://www.youtube.com/@generativelabs/videos
https://trapdoor.cloud/getting-started-with-runpod-serverless/