mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
SQLite serialises writes through a single file lock. Running services like Databases and TablesDB with paratest_processes=3 produces SQLITE_BUSY storms — 97 lock errors in Databases and 283 in TablesDB on the prior run even with a 30s busy_timeout. Drop concurrency to 1 for the SQLite matrix specifically; the legacy adapter matrix keeps its existing parallelism. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>