chemishra
chemishra
TTCTheo's Typesafe Cult
Created by chemishra on 9/22/2023 in #questions
Setting maxDuration config with trpc?
No description
6 replies
TTCTheo's Typesafe Cult
Created by chemishra on 9/22/2023 in #questions
Setting maxDuration config with trpc?
thanks for the extra push in that direction @ronanru
6 replies
TTCTheo's Typesafe Cult
Created by chemishra on 9/22/2023 in #questions
Setting maxDuration config with trpc?
ah yea i was trying to avoid upgrading to next js 13.5, but just bit the bullet and used the config route. couldn't get the vercel.json route to work alas.
6 replies
TTCTheo's Typesafe Cult
Created by chemishra on 6/27/2023 in #questions
Elegant ways to handle variable useQuery/useMutation calls?
yes that would fix it, but I want to make one API call per object in the list. This is because latencies can very wildy (10-45 seconds - these are LLM api calls) and I want the user to be able to look at the results as they load. any thoughts on how i should solve it given that a list of n objects results in n api calls?
6 replies