Stream: hapi
Topic: Cascading delete hits limit with conflicts
Alex Bennett (Mar 09 2022 at 19:08):
Hello! I am running the HAPI JPA starter server and hitting an issue with cascading deletes. I am attempting to delete a patient and all their resources, but I am getting this error message:
"Requested delete operation stopped before all conflicts were handled. May need to increase the configured Maximum Delete Conflict Query Count"
The HAPI documentation references changing the delete_child_reference
to fix this issue, but adding the argument to the environment.yaml did not seem to work. Any ideas?
Last updated: Apr 12 2022 at 19:14 UTC