Page MenuHomeSoftware Heritage

Concurrent access result in ERROR:aiosqlite:returning exception database is locked
Closed, MigratedEdits Locked

Description

To reproduce: spawn multiple swhfs instances using the same cache.

It is probably due to the code change when switching to aiosqlite, and missing context managers to commit to the database.