FHIR Chat · Delay in data visibility · implementers

Stream: implementers

Topic: Delay in data visibility


view this post on Zulip Luis Bergamim (May 26 2021 at 21:59):

Hello!

I'm using postgree with JPA. After I post, for example, a patient, the data automatically appears in the Postgree database... However, when I do the GET /Patient, only the old data appears. Only after about 30 seconds can I see the new record. What would I be doing wrong?

view this post on Zulip Luis Bergamim (May 26 2021 at 22:00):

I need to configure Lucene to use Postgree db with HAPI JPA?

view this post on Zulip Michele Mottini (May 26 2021 at 22:01):

This looks like a question for the #hapi stream (also: If you have a new question create a new topic for it please)

view this post on Zulip Luis Bergamim (May 26 2021 at 22:02):

I'm sorry, I will do It.

view this post on Zulip Lloyd McKenzie (May 26 2021 at 22:58):

Sounds like an indexing problem...

view this post on Zulip Joel Schneider (Jun 02 2021 at 04:18):

This could be related to hapi-fhir search result caching. "By default, search results will be cached for one minute." See documentation here for additional info.
https://hapifhir.io/hapi-fhir/docs/server_jpa/configuration.html


Last updated: Apr 12 2022 at 19:14 UTC