IndyI
Convex Community8mo ago
3 replies
Indy

Workpool

If you're using the oncomplete to schedule the next batch, then Workpool might be a better answer. Depending on what you're inserting (can they be inserted in parallel, have to be linear) you may need to do this: https://www.convex.dev/components/workpool#optimize-occ-errors
Convex
Workpools give critical tasks priority by organizing async operations into separate, customizable queues.
Workpool
Was this page helpful?