[pycsw-devel] PyCSW old data cached after update?
Emanuele Calabretta
emanuele.calabretta at nais-solutions.it
Tue Mar 4 00:03:59 PST 2025
Hello everyone,
I deployed a pycsw server in a Docker container that uses a PostGIS database in another container. I also have a FastAPI server that interacts with the metadata catalog.
There is this weird behavior when I update a record through the transactions of pycsw where the data actually changes in the database, but pycsw returns the old version of the record as if it was cached in some way. It is not my backend because I already tried calling pycsw directly, and it does the same thing. If I restart just pycsw, it returns the updated record correctly.
I cannot find any information about any cache or any weird configuration for pycsw to hold old data. Can anyone tell me what is happening? If you need any other significant information about my setup, feel free to ask.
Thank you all in advance,
Emanuele.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/pycsw-devel/attachments/20250304/ab2dd4a4/attachment.htm>
More information about the pycsw-devel
mailing list