Closed asprencinat closed 2 years ago
This happens as more than 1 thread want to write in single 'database'
Are you sure this is the real root cause? Usually, you rather get lock errors on concurrent database access. Such errors are already handled.
Can you make sure that your database file is really writable by the user with which the Django app is executed?
Closing on missing response. Re-open if the problem persists.
Using uwsgi setting 'processes = 8', for example
sqlite3.OperationalError: attempt to write a readonly database
This happens as more than 1 thread want to write in single 'database'
You have any ideas?