#error starting: Error response from daemon: Container aa58de3216b8515a3ee78aa46d9102331aaaf6c210a36c
58 messages · Page 1 of 1 (latest)
there's no logs. all requests are put into delay state.
did you you use any from quick deploy?
let me see the full page.. the worker part too
it just delay infinitely
?
and the worker is in idle state
I don't know whats wrong, did your code ever worked before?
yes
it just happened today or now?
it just happened suddenly with that error message
after worker running that, it stopped, and you sent request again it didn't run again?
yes
whats the worker doing
it's custom rendering pipeline
if name == 'main':
runpod.serverless.start({
"handler": predict,
"return_aggregate_stream": True,
})
async def predict(job: Dict):
// code
even I killed the worker, the container loading seems to get stuck
No its not stuck
it has been like that for minutes now. It usually shows the docker pulling progress bar
ok
Wait so, you killed or removed the worker and now there is no more workers so your request become delayed
thats normal...
sorry I killed the worker after I could not figure out what's going on
Killed how?
RP web interface -> terminate
i don't know it was running. It's not taking any requests
yeah it's a dev server
Even if you have a max 5 limit, add credits and increase your worker count, you should never set max workers to 1 UNDER ANY CIRCUMSTANCES.
RunPod set the default to 3, don't change it!
got it.. thank you all. I also suggested maybe a warning message to prevent users not setting it below 3...
otherwise, I think new users might miss it
I logged it in #1185337232517759028 as well
https://discord.com/channels/912829806415085598/1256993229115625603