We have non-nuxeo code that reads documents directly from the database. We fire this code (that updates a lucene index) based on nuxeo events (eg "document created"). In other places, we manually fire the non-nuxeo code with a 1 second delay.
In both cases, we are finding that often there is a significant lag between when we expect nuxeo to have written to the db, and the the changes actually being written. Is there a way we can guarantee that our "other" code executes AFTER nuxeo has committed changes to the database? Any solution would do - eg a callback, changing a setting, anything. We are using Nuxeo 5.3 and postgres 8.3. Upgrading nuxeo is not a viable option at the moment. --- Mailing list: [email protected] Forum: http://forum.nuxeo.org/f/1/
