We have an application running on Azure deployment (where backoffice and scale are separate). There are 4 instances of the scale. We are experiencing that the backoffice always returns the data correctly, but the scale is behaving inconsistently. When we publish some content, it initially returns the content with a 200 status, but after some time, we increasingly receive 404 errors. We suspect that the in-memory cache might be getting corrupted, and we are trying to figure out how it updates and receives the data. Additionally, we had the hypothesis of bypassing the local cache and going directly to the database, so we thought about disabling the local cache and testing the functionality, but unfortunately, we are still encountering the issue.