Request Stuck in Queue

Havent seen a single log, dont know where to start debugging
No description
26 Replies
Madiator2011
Madiator20112y ago
check the worker log
saspiron
saspironOP2y ago
When i click worker log it flashes up for a sec a loading logs then dissapears
Madiator2011
Madiator20112y ago
is it active worker?
saspiron
saspironOP2y ago
Madiator2011
Madiator20112y ago
intresting tried refresh page?
saspiron
saspironOP2y ago
tried
Madiator2011
Madiator20112y ago
tried in private mode?
saspiron
saspironOP2y ago
whats that/how?
Madiator2011
Madiator20112y ago
aka private/incognito mode in web browser
saspiron
saspironOP2y ago
tried differnet browser i run safari, but its broken in chrome etc too
Madiator2011
Madiator20112y ago
is it custom worker. Though ui bugs like this schould not be happening
saspiron
saspironOP2y ago
its a serverless, based on container pull from github container register, with my docker credentials for github containers
Madiator2011
Madiator20112y ago
I mean is it your own custom worker or you use code of our workers
saspiron
saspironOP2y ago
custom does the docker need to be using a particular bases image? "FROM nvidia/cuda:11.8.0-base-ubuntu22.04"
Madiator2011
Madiator20112y ago
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.
saspiron
saspironOP2y ago
extra workers log working?
No description
Madiator2011
Madiator20112y ago
something is not right with your code as container is starting and removing. Does your docker image have start command?
saspiron
saspironOP2y ago
no but i put on in the override when setting up the serverless
ashleyk
ashleyk2y ago
Does it include the serverless handler and RunPod serverless SDK?
saspiron
saspironOP2y ago
no
Madiator2011
Madiator20112y ago
So here is an issue 🙂
saspiron
saspironOP2y ago
hahaha was hopping to just see if the container ran and logged, but makes sense can you link me docs?
Madiator2011
Madiator20112y ago
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.
Madiator2011
Madiator20112y ago
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
saspiron
saspironOP2y ago
ty 💟

Did you find this page helpful?