📝 SQLite concurrency and why you should care about it (Jean-Pierre Bachmann / Jellyfin). In all the times I've gotten a SQLite locking issue, the solution has always been to retry a few times (until some other process releases the lock). But this article suggests a few other ways to solve the problem.