Hej everyone,
We’re running ServiceControl, ServicePulse, RavenDB, and Audit as Azure Container Apps.
We’ve noticed that after deploying a new revision of the container apps, the RavenDB container often ends up in a faulty state with the following error:
Cannot open database because RavenDB was unable to create file lock on ...
The mapped SMB volume does contain the lock file, but even manually, we’re unable to delete it. This makes me suspect that the container isn’t shutting down cleanly during deployment, leaving the lock file behind.
Is anyone else running ServiceControl in Azure Container Apps? Any tips or tricks to ensure clean shutdowns or avoid this issue with RavenDB?
Appreciate any insights!
Kind regards,
Jonathan