You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(core): resolve SQLite 'database is locked' errors in concurrent environments
- Switched to BEGIN IMMEDIATE for manual transactions to ensure write lock acquisition at start.
- Implemented _execute_with_retry with exponential backoff for write operations.
- Set PRAGMA synchronous=NORMAL for better reliability in WAL mode.
- Resolves CI failures in multi-process concurrency tests.
0 commit comments