Chanchana
Explore posts from serversRRunPod
•Created by Chanchana on 4/3/2024 in #⚡|serverless
Billing increases last two days heavily from delay time in RTX 4000 Ada
11 replies
RRunPod
•Created by Chanchana on 1/26/2024 in #⚡|serverless
Does Runpod provide startup free computes grant?
I am building a Stable Diffusion app and would love to get assistant.
Modal seems to be offering it and it would be great if Runpod offers it too.
3 replies
RRunPod
•Created by Chanchana on 1/25/2024 in #⚡|serverless
How to force Runpod to pull latest docker image?
I have built the docker image that runpod template relies on, and I want runpod to use the latest docker image i just built, how can i do it?
I saw there is a button called New Release but it's asking me to use a new tag. I don't want to use a new tag. My docker image is using the same old tag.
17 replies
RRunPod
•Created by Chanchana on 12/25/2023 in #⚡|serverless
How do I estimate completion time (ETA) of a job request?
I want to show users when their images are going to be ready (e.g. "Your images will be ready in about 20 seconds. You are number 5 in the queue.") and it means I need to know the queue position of a job and average duration of jobs recently completed.
29 replies
RRunPod
•Created by Chanchana on 12/25/2023 in #⚡|serverless
Does RunPod support setting priority for each job request?
I want to implement free/paid tier for my users. And I want them to basically use the same runpod workers. The only difference is that I want my paid users to be able to frontrun free users.
Does runpod support a way for me to tag a job request as having higher priority than other requests?
Or is there any tutorial/guide that suggests how I should implement this kind of feature with Runpod?
7 replies
CCConvex Community
•Created by Chanchana on 8/1/2023 in #support-community
Do Convex actions have a timeout? If so, how long?
1. Does convex actions have limited timeout threshold similar to Vercel?
2. How would you implement something that requires long await time e.g. sending an API to a AI image generator that is experiencing cold start so it takes around 20 seconds?
- Would you break it into 2 steps i.e. send image generation request, then let the API call the webhook on the way back.
- Or would you just request the image generation process and await for 20 seconds inside convex action?
35 replies
CCConvex Community
•Created by Chanchana on 7/29/2023 in #support-community
Does Convex work with SvelteKit?
I'm a new to webdev and want to know whether I can use the NodeJS tutorial to make Convex work with SvelteKit.
https://docs.convex.dev/quickstart/nodejs
4 replies