From 04faa10e3bc0d46e14cb228dd1b39476f3f1cbd5 Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 28 Sep 2022 20:13:19 -0700 Subject: [PATCH] Update references to qcluster t celery --- docs/extending.rst | 6 +++--- docs/troubleshooting.rst | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/extending.rst b/docs/extending.rst index bfc289689..e8126fd4d 100644 --- a/docs/extending.rst +++ b/docs/extending.rst @@ -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: diff --git a/docs/troubleshooting.rst b/docs/troubleshooting.rst index 6d94d7100..bab346123 100644 --- a/docs/troubleshooting.rst +++ b/docs/troubleshooting.rst @@ -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