]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Update references to qcluster t celery
authorMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Thu, 29 Sep 2022 03:13:19 +0000 (20:13 -0700)
committerMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Thu, 29 Sep 2022 03:13:19 +0000 (20:13 -0700)
docs/extending.rst
docs/troubleshooting.rst

index bfc289689aeb883c52afb4e3635c895befa5d73f..e8126fd4d8c74505c622c81d8961a506c5995990 100644 (file)
@@ -112,7 +112,7 @@ To do the setup you need to perform the steps from the following chapters in a c
 
     .. code:: shell-session
 
-        python3 manage.py runserver & python3 manage.py document_consumer & python3 manage.py qcluster
+        python3 manage.py runserver & python3 manage.py document_consumer & celery --app paperless worker
 
 11. Login with the superuser credentials provided in step 8 at ``http://localhost:8000`` to create a session that enables you to use the backend.
 
@@ -128,14 +128,14 @@ Configure the IDE to use the src/ folder as the base source folder. Configure th
 launch configurations in your IDE:
 
 *   python3 manage.py runserver
-*   python3 manage.py qcluster
+*   celery --app paperless worker
 *   python3 manage.py document_consumer
 
 To start them all:
 
 .. code:: shell-session
 
-    python3 manage.py runserver & python3 manage.py document_consumer & python3 manage.py qcluster
+    python3 manage.py runserver & python3 manage.py document_consumer & celery --app paperless worker
 
 Testing and code style:
 
index 6d94d710099b0bf7d75e36ae390fe41e1fdac4a8..bab3461232eabe6f38479f1eaf0f63f6498d5742 100644 (file)
@@ -19,7 +19,7 @@ Check for the following issues:
 
     .. code:: shell-session
 
-        $ python3 manage.py qcluster
+        $ celery --app paperless worker
 
 *   Look at the output of paperless and inspect it for any errors.
 *   Go to the admin interface, and check if there are failed tasks. If so, the