t
tRPC
TRPC function invocation timeout - tRPC
0
tRPC
•
14mo ago
•
1 reply
0xtz
TRPC function invocation timeout
I have a trpc mutation with a long task that takes like 40 60 s but it gets timed out hhhh
I did this in my Vercel
. json
"functions"
: {
"app/api/**/*"
: {
"maxDuration"
:
300
}
}
"functions"
: {
"app/api/**/*"
: {
"maxDuration"
:
300
}
}
didn
't work
.
making this a route handler ll take time
.
.
.
any ideas
please
?
?
tRPC
Join
Move Fast & Break Nothing. End-to-end typesafe APIs made easy.
4,951
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Use TRPC function inside of a TRPC function
S
santi / ❓-help
3y ago
tRPC querying data via function not working
A
aminos. / ❓-help
3y ago
Does batch streaming get counted as a single function invocation on Vercel?
A
adw / ❓-help
12mo ago