avvo
Long Running AI Function
Hello!
I have a long running function 30-40s, and 50s worst case. Its doing some AI magic. I keep getting
Unable to transform response from server
or stream close
(httpBatchStream) when trying to execute the function. Its just a long running function, I do not need it to be streaming, just a bit longer running. Is there a way I can increase the length of which the stream closes on one TRPC mutation endpoint?
Or is there some other workaround here I am not seeing?3 replies
tRPC Monorepo w/ Package Path Aliases
Does anyone have a working example of tRPC's API router definitions in a package in a monorepo with path aliases working in that sub package? Something like
create-t3-turbo
but with path aliases in that API sub package. I see Julius has setup a great monorepo example, however I see in all the packages he is only using relative imports.
Is this possible?8 replies