Offering the possibility to migrate to PostgreSQL would help.
SQLite isn't optimized enough. Some requests ends up rejected because of the database lock.
It happens way less often than before #1 fix, but still happens, though it seems to affect less than 0.1% of the requests.
https://stats.42l.fr/reports/weekly/2020/18/all/rs-short.html
Offering the possibility to migrate to PostgreSQL would help.
SQLite isn't optimized enough. Some requests ends up rejected because of the database lock.
It happens way less often than before #1 fix, but still happens, though it seems to affect less than 0.1% of the requests.
https://stats.42l.fr/reports/weekly/2020/18/all/rs-short.html
Offering the possibility to migrate to PostgreSQL would help.
Very easy to do with Diesel. No big changes to the code are needed.