From: Trenton Holmes Date: Fri, 22 Jul 2022 18:08:52 +0000 (-0700) Subject: Fixes the copy and paste of the log line X-Git-Tag: v1.8.0~1^2~3^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1268%2Fhead;p=thirdparty%2Fpaperless-ngx.git Fixes the copy and paste of the log line --- diff --git a/docs/troubleshooting.rst b/docs/troubleshooting.rst index 1605fed115..6d94d71009 100644 --- a/docs/troubleshooting.rst +++ b/docs/troubleshooting.rst @@ -309,7 +309,7 @@ You might find messages like these in your log files: .. code:: - [WARNING] [paperless.management.consumer] Not consuming file /usr/src/paperless/src/../consume/SCN_0001.pdf: OS reports file as busy still + [ERROR] [paperless.management.consumer] Creating PaperlessTask failed: db locked You are likely using an sqlite based installation, with an increased number of workers and are running into sqlite's concurrency limitations. Uploading or consuming multiple files at once results in many workers attempting to access the database simultaneously.