From 14b8d0aaa3dd76191e6f53c6480a0744f711d35a Mon Sep 17 00:00:00 2001 From: Seb Brown Date: Mon, 16 May 2022 16:43:26 +1000 Subject: [PATCH] Update README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 2725cd4..ff6790f 100644 --- a/README.rst +++ b/README.rst @@ -22,7 +22,7 @@ There will now be an extra item on the settings panel of the wagtailadmin. Insid scanning (See below for more detail) or conduct a scan. For scans to be conducted from the admin, you must be running a celery daemon. -You can run the celery worker with ``celery -A wagtaillinkchecker worker -l info``. See the `Celery Documentation `_ for more information. +You can run the celery worker with ``celery -A my_app_name worker -l info``. See the `Celery Documentation `_ for more information. For production you'll want to run celery as a daemon using something like systemd. See `Celery Daemonization `_ for more information. Conducting a scan @@ -50,4 +50,4 @@ Command options Skip celery and run command synchronously (useful for automated scanning) ``-v 2`` - Show more output in the logs \ No newline at end of file + Show more output in the logs