timahuna
CCConvex Community
•Created by timahuna on 7/9/2023 in #support-community
Several Apps (one convex project)
@ian, do you know if anyone's used nx.dev as a monorepo instead?
6 replies
CCConvex Community
•Created by timahuna on 7/9/2023 in #support-community
Several Apps (one convex project)
Thanks for sharing that. That's probably the optimal approach.
6 replies
CCConvex Community
•Created by timahuna on 7/9/2023 in #support-community
What is a function call?
I'm guessing internal* functions are counted the same as any other function type (queries, mutations, actions).
8 replies
CCConvex Community
•Created by timahuna on 7/9/2023 in #support-community
What is a function call?
What happens if an action calls multiple queries/mutations? I'm guessing it's 1 (for the action) + (# of queries) + (# of mutations).
8 replies
CCConvex Community
•Created by timahuna on 7/7/2023 in #support-community
Extra user metadata in auth ctx (for clerk)
@ian , it was mostly cost (time and money costs). I was worried about this incurring extra function calls against my quota.
9 replies
CCConvex Community
•Created by timahuna on 7/9/2023 in #support-community
What is a function call?
Woah. that's crazy awesome 🤯
Thanks @jamwt
8 replies
CCConvex Community
•Created by timahuna on 7/7/2023 in #support-community
Extra user metadata in auth ctx (for clerk)
Yeah it could. I'm not happy with having to do a lookup each function call though. I'm guessing that'll get expensive.
9 replies
CCConvex Community
•Created by timahuna on 7/7/2023 in #support-community
Extra user metadata in auth ctx (for clerk)
Yeah I saw that. I was hoping to not have to stuff data into one of those fields though. It will make it tough to understand why I did that in a couple of months.
9 replies