hotsnr
RRunPod
•Created by blue whale on 2/11/2025 in #⚡|serverless
Job stuck in queue and workers are sitting idle
+1
36 replies
RRunPod
•Created by Bell Chen on 5/28/2024 in #⚡|serverless
New release will re-pull the entire image.
I keep seeing this for out endpoint with 31 GB images. Here are the details of a recent release:
Endpoint: rcq6j9fatqb4n5
Vold: 35-51db7ee
Vnew: 36-2338b79
I see that only several top layers has changed, yet it downloads gigabytes. Could you please take a look?
13 replies
RRunPod
•Created by Brever on 12/7/2024 in #⚡|serverless
Serverless Workers redis client?
Me too:
edcc4428-ac8b-40e6-b189-fd6fcc5467b9-u1
9 replies
accessing nginx server on my local machine
Try to break it down into smaller problems:
1. HTTP server.
2. Connectivity.
3. Nginx config.
1) Try to use some very dumb HTTP server which doesn't need any configuration. For example,
http-server
from npm:
Note: you need to disable nginx
first, otherwise http-server
won't be able to start.
Then open another SSH session and check that it works:
2) Next step - try to access it from the outside. First, make sure that port 8000 is exposed as TCP (not HTTP!) according to your template. When your pod is running, check out pod mappings - you need External port (8000 -> a.b.c.d:NNNN). Then you can try to open it in your browser - http://a.b.c.d:NNNN/
.
3) Even the most basic config should work. Try this one, but don't forget to change port to 8000.
https://ubuntu.com/server/docs/how-to-configure-nginx
Note: don't forget to kill http-server
before trying to launch nginx
.25 replies
RRunPod
•Created by aksay_23298 on 11/5/2024 in #⚡|serverless
serverless workers idle but multiple requests still in the queue
I'm currently having this problem with msqzn0omp16d7h, usually happens when I push new payload (release)
4 replies