guillemusG
Convex Community8mo ago
9 replies
guillemus

convex runMutation continuously times out

Hello, I'm currently hitting a wall while trying out convex. I have to write quite a bit of data, about millions of tiny documents. I haven't been able to finish the download, but the size of the data looks like around writing a gb of data in minutes.

The initial runMutations run fine, but at some point of the download script just time out. At first, each runMutation was inserting 7000 documents. I did try to batch it to 500 docs, but I still run into timeout issues.

this happened with the free plan and with the paid plan, on both development and production environments.

Should I just retry the mutations when they timeout?
Was this page helpful?