I've found similar closed issues: SQLITE_BUSY The database file is locked (database is locked) SQLite locks when messages are sent concurrently but suggested fix of adding --disable-send-log isn't ...
When multiple requests are using the same SQLite database, they error out with the message DatabaseError(__Unknown, "database is locked"). This only happens when ...