ToonyGen
ToonyGen
RRunPod
Created by garg-aayush on 2/25/2025 in #⚡|serverless
How to Speed Up S3 Upload or Make it Async in RunPod Serverless Deployments
I just do it everything into base64 but if runpod sdk can support background s3 upload and download, it will be great. also it would be nicer to support other s3 compatible buckets on its serverless sdk.
3 replies
RRunPod
Created by 자베르 on 2/14/2025 in #⚡|serverless
Github Serverless building takes too much
I do locally. it still takes 15min+ i bake models along with the image copy takes forever
9 replies
CDCloudflare Developers
Created by Skins on 2/12/2025 in #general-help
express node js on cloudflare pages and worker
7 replies
RRunPod
Created by ofer on 1/16/2025 in #⚡|serverless
"Throttled" and re-"Initializing" workers everywhere today
CA-MTL-1 seems to have some problems. I see multiple worker Throttled. Fri Jan 17 1:50pm EST. Not an issue for us since it is quiet period for our app.
10 replies
RRunPod
Created by ofer on 1/16/2025 in #⚡|serverless
"Throttled" and re-"Initializing" workers everywhere today
same. a lot today we use a5000, L4, 3090 serverless. CA-MTL
10 replies
RRunPod
Created by ToonyGen on 10/23/2024 in #⚡|serverless
Multi-Region Support and Expansion Plans
Just found out. Thanks on advanced tab.
5 replies
RRunPod
Created by ToonyGen on 10/23/2024 in #⚡|serverless
How to Minimize I/O Waiting Time?
Thanks. I thought Async magic with handler could be one of the solution, but I wasn't sure really about. I will switch off to base64 instead of URL. I was losing about 2s on trips. Network storage is interesting. Do you have rough idea which one would yield faster result? My speculation is that since network storage is disk based, there will be read and write operation. And on top of that, there will another api communication between instances. Probably base64 would be faster...
5 replies