Comment by jdndbsndn
19 days ago
The linked issue talks about 1 req/s?
That seems really reasonable to me, how was this a problem for your application or caused significant cost?
19 days ago
The linked issue talks about 1 req/s?
That seems really reasonable to me, how was this a problem for your application or caused significant cost?
1 req/s being too much sounds crazy to me. A single VPS should be able to handle hundreds if not thousands of requests per second. For more compute intensive stuff I run them on a spare laptop and reverse proxy through tailscale to expose it
Wow that really works? So cool. I should bring my VMs back in house. Spare laptops I have.
That would still be 86k req/day, which can be quite expensive in a serverless environment, especially if the app is not optimized.
That’s a problem of the serverless environment, not of not being a good netizen. Seriously, my toaster from 20 years ago could serve 1req/s
What would you recommend I do instead? Deploying a Docker container on Cloud Run sorta seemed like the logical way to deploy my micro app.
Also for more context, this was the app in question (now moved to streamlit cloud): https://jreadability-demo.streamlit.app/
2 replies →