automationd
Ability to perform a tRPC request form a terminal, curl-like
Thank you!
I don't mind running my own k8s cluster, I'm from OPS. What I want is to bridge the gap between Vercel and AWS, and for now I'm solving the Vercel part, since a lot of people start using it and getting thrown away by cold starts
21 replies
Ability to perform a tRPC request form a terminal, curl-like
With the way serverless creates new instances during surges in loads, you're probably not going to avoid cold boots is all. The first few users might benefit but everyone else will eventually get a slow responseThat's true. Unless I know how many users I need and pre-scale it that way.
21 replies
Ability to perform a tRPC request form a terminal, curl-like
Hey Nick, I want to call a tRCP endpoint to warm it up. It's on Vercel, let's say. I want this function to be always warm there, so have a cron job to call it ever x minutes
I see what you mean with the warmup on the frontend side, it could work yeah.
21 replies