kstulgysK
Convex Community2y ago
18 replies
kstulgys

What's the best way to manage long running functions in convex actions?

I have 3 async functions that depend one on each other so I can not do Promise.all
I'm running these in internal action ("use node")
each function can take ~5 seconds so total action execution time could take ~15 seconds

Is this is healthy for convex? is there a better way todo this?
Was this page helpful?