eigenein / my-iot-rs

Yet another home automation (alpha)
https://eigenein.github.io/my-iot-rs/html
MIT License
32 stars 5 forks source link

[Core] `Database is locked` errors #142

Closed eigenein closed 4 years ago

eigenein commented 4 years ago
Sep 10 11:01:53 my-iot my-iot[31144]: [ERROR] (2) my_iot::core::db::tasks: could not upsert the messages: SQL error: error returned from database: database is locked
eigenein commented 4 years ago

The WAL mode doesn't seem to help. Revert and try a mutex over the connection.