Commits
Click on a commit to change the comparison rangeWarn about in-memory concurrency lease storage on startup
The default in-memory concurrency lease storage can cause issues
in production when the server restarts, as all lease state is lost.
This adds a warning on server startup when using the default storage
to help users avoid production issues.
Changes:
- Add runtime check in server lifespan that warns if in-memory storage is active
- Update setting description to clarify memory storage is unsafe for production
- Warning appears once per server start with clear remediation steps Add unit tests for concurrency storage warning