yhlong00000
RRunPod
•Created by Eren on 3/27/2025 in #⚡|serverless
Meaning of -u1 -u2 at the end of request id?
Sync means you send request and wait for it result. Without sync is async, you send request and check the results later
u1, u2 is internal stuff, you don’t have to worry too much
4 replies
Unable to modify owner of network volume
What you’re seeing is expected behavior. I believe the underlying volume system remaps UID/GID dynamically based on the active user session, so ownership can appear different depending on who’s accessing the volume. Unfortunately, it’s a limitation for now that you can’t change the owner of files on the mounted network volume
20 replies
You must remove this network volume from all pods before deleting it.
It looks like you previously created a serverless endpoint(9b0fl93srym29l), and one of the workers is still associated with this network volume. Do you remember how you deleted that endpoint? It’s a bit strange that this is still in the system. I will check internally and get back to you.
11 replies
RRunPod
•Created by Vlad on 3/16/2025 in #⚡|serverless
"Something went wrong" trying to create a new endpoint
Yeah, we aware of this, will fix it soon
3 replies
RRunPod
•Created by koop7450 on 3/9/2025 in #⚡|serverless
Use SDK to create Network Storage Volumes for Serverless Endpoints
Just updated our doc site, will try to release it today
8 replies
RRunPod
•Created by koop7450 on 3/9/2025 in #⚡|serverless
Use SDK to create Network Storage Volumes for Serverless Endpoints
We need to have this in main doc site😂 I will add it tmr
8 replies
RRunPod
•Created by Jaunty on 3/7/2025 in #⚡|serverless
Worker other than Python
https://github.com/runpod/runpod-python/blob/main/runpod/serverless/modules/rp_job.py
basically when you worker start, you need to tell where to get the job, and when job finished, send result back to our system.
2 replies
RRunPod
•Created by Lattus on 1/22/2025 in #⚡|serverless
Serverless deepseek-ai/DeepSeek-R1 setup?
try 48GB gpu, see if that helps.
108 replies
RRunPod
•Created by blue whale on 2/11/2025 in #⚡|serverless
Job stuck in queue and workers are sitting idle
You might want to check your code or Docker image, it looks like it’s not able to start properly and becomes inactive after some time.
48 replies