automationd
automationd
TtRPC
Created by automationd on 5/11/2023 in #❓-help
Ability to perform a tRPC request form a terminal, curl-like
I'll probably continue asking stupid questions on this discord 😂
21 replies
TtRPC
Created by automationd on 5/11/2023 in #❓-help
Ability to perform a tRPC request form a terminal, curl-like
Thanks again Nick
21 replies
TtRPC
Created by automationd on 5/11/2023 in #❓-help
Ability to perform a tRPC request form a terminal, curl-like
TBH, I don't like super hard wrappers like this around cloud. They create some "false control percepton" I could be wrong though hehe
21 replies
TtRPC
Created by automationd on 5/11/2023 in #❓-help
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
TtRPC
Created by automationd on 5/11/2023 in #❓-help
Ability to perform a tRPC request form a terminal, curl-like
so the answer would be to run a get request towards an endpoint in a right format
21 replies
TtRPC
Created by automationd on 5/11/2023 in #❓-help
Ability to perform a tRPC request form a terminal, curl-like
What I want at this stage is that those 5 users hitting my app to be happy hehe
21 replies
TtRPC
Created by automationd on 5/11/2023 in #❓-help
Ability to perform a tRPC request form a terminal, curl-like
yeah
21 replies
TtRPC
Created by automationd on 5/11/2023 in #❓-help
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 response
That's true. Unless I know how many users I need and pre-scale it that way.
21 replies
TtRPC
Created by automationd on 5/11/2023 in #❓-help
Ability to perform a tRPC request form a terminal, curl-like
public endpoint seems to works fine with a regular curl, at least locally
21 replies
TtRPC
Created by automationd on 5/11/2023 in #❓-help
Ability to perform a tRPC request form a terminal, curl-like
I think I'll just curl the /<route>.<query>?batch&input&from 🤔 It seems to work
21 replies
TtRPC
Created by automationd on 5/11/2023 in #❓-help
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