Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
seb-b authored May 16, 2022
1 parent e66dddc commit 14b8d0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://docs.celeryproject.org/en/latest/index.html>`_ for more information.
You can run the celery worker with ``celery -A my_app_name worker -l info``. See the `Celery Documentation <http://docs.celeryproject.org/en/latest/index.html>`_ for more information.
For production you'll want to run celery as a daemon using something like systemd. See `Celery Daemonization <http://docs.celeryproject.org/en/latest/userguide/daemonizing.html#daemonizing>`_ for more information.

Conducting a scan
Expand Down Expand Up @@ -50,4 +50,4 @@ Command options
Skip celery and run command synchronously (useful for automated scanning)

``-v 2``
Show more output in the logs
Show more output in the logs

0 comments on commit 14b8d0a

Please sign in to comment.