Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Observation Update fails when observation is deleted #64

Closed
dustinburson opened this issue Sep 3, 2020 · 2 comments
Closed

Observation Update fails when observation is deleted #64

dustinburson opened this issue Sep 3, 2020 · 2 comments
Assignees

Comments

@dustinburson
Copy link
Member

If the observation is still in the cache and deleted from the FHIR server the update flow doesn't work properly and will fail until the observation ages out of the cache.

@dustinburson dustinburson self-assigned this Sep 3, 2020
@TessFerrandez
Copy link
Member

This is a big issue - this keeps generating 500 messages 3 times per second - we have several million executions of this function when ever something goes wrong with the function. It should stop trying after a few attempts.

@namalu
Copy link
Member

namalu commented Jan 26, 2022

The current master branch contains a fix for this specific issue that was included in ba5c327. The R4FhirImportService will now clear Observations from the in memory cache if the Observation has been deleted and create a new Observation with the incoming data.

@namalu namalu closed this as completed Jan 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants