R
RunPodβ€’3mo ago
saspiron

Request Stuck in Queue

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