ZubairZ
Convex Community5mo ago
1 reply
Zubair

Function execution timed out (maximum duration: 1s)

I tried to write 10000 * 15 = 150k (or more) row at once (for just testing)
then Function execution timed out (maximum duration: 1s)

then I tried 5000 * 15 = 75k (or more)
then error is
Uncaught Error: Too many writes in a single function execution (limit: 16000)
    at async handler (../convex/seedData.ts:133:51)

finally 1k * 15 = 15k +, Many writes in a single function execution (actual: 15564, limit: 16000).

What is this 1 second in failure, but in case of success, I have seen 1.7 seconds, 2.4 seconds.
convex1.png
convxe2.png
Was this page helpful?