This is caused by a contention between `process_image()` here and OMERO updating the image after the import returns. Fix by refetching the image by id before applying name / description and saving, and potentially retry a few times when it happens
This is caused by a contention between
process_image()here and OMERO updating the image after the import returns.Fix by refetching the image by id before applying name / description and saving, and potentially retry a few times when it happens