igor9silva
igor9silva3mo ago

Is that really bad?

I have a scenario that causes Convex to raise the following error frequently, but this is sort of expected. I mean, we do have concurrent stuff running, but they are designed to be tolerant. Is it too bad to let it live like that? Or I should be worried and look for a fix? Documents read from or written to the "actions" table changed while this mutation was being run and on every subsequent retry. A call to "action/lifecycle/private.js:_resolve" changed the document with ID [...]
3 Replies
igor9silva
igor9silvaOP3mo ago
up
erquhart
erquhart2mo ago
OCC errors - maybe Workpool component can help? https://www.convex.dev/components/workpool#optimize-occ-errors
Convex
Workpool
Workpools give critical tasks priority by organizing async operations into separate, customizable queues.
igor9silva
igor9silvaOP2mo ago
i'll check it out, thx!

Did you find this page helpful?