Joan Gallego Girona
Joan Gallego Girona
this has not been hapening recently, probably already solved ?
we should probably use a random port since we have several tests using redis and they can collide if they run in parallel
@txau, transaction support is available on mongo 4.0 we should consider migrating and check how difficult will be for us to use the new transactions api with in Uwazi.
@txau our action normally span multiple db operations, that is why i think we can not just detect a conflict and stop, will produce inconsistencies on the data if the...
@txau mongodb supports updating nested fields without having to send all the data, in case of entities for metadata can be done also but, specific query needs to be created...
Create a migration to fix the current wrongly flagged "processing" files status to "ready". Migration requires reindex, only for those tenants that have wrongly flagged files.
Still happening, pretty anoying, lost a full day on this, bumping priority.
The only thing addressed is the 30 sec timeout for sync, we changed it to 1 second, not for all other jobs. everything else remains an issue. I will add...
Probably yes, needs to be double checked, fetch is still experimental in node 20. fetch is stable in node 21, we probably need to fix whatever the problem is with...
Lets wait to have transactions figured out and use them instead.