RukshanJS
RukshanJS
RRunPod
Created by RukshanJS on 5/12/2025 in #⚡|serverless
Why aren’t job ID s standard UUID?
When we create a job using runpod the returned job ID is not a standard UUID. Instead, it’s some UUID with some suffix. I would like to know the reason for this, and also how to standardize the job IDs. The reason for me to want this is because in our database we store the job ID but it violates UUID constraint
10 replies
RRunPod
Created by RukshanJS on 5/10/2025 in #⚡|serverless
Job completed 100% but stuck
I got a job running and it finished without errors upto 100% via the job.progress_update api. But it keeps staying on the 100% and in progress state without going to completed state. The job seems actually completed as i’m not billed and the endpoint goes to idle. But the request is still in progress. I use the python sdk ^1.7.9 How can i get it to go to completed state once the processing is actually done Thank you so much for reading and helping
5 replies