Commit 802bb413a0813149a15dcebf69b80ce4dbd24221
Exists in
master
and in
4 other branches
Merge pull request #113 from colab/celery_doc
Changed way to run celery in plugin documentation
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
docs/source/plugindev.rst
@@ -78,4 +78,4 @@ signals structure, some steps are required: | @@ -78,4 +78,4 @@ signals structure, some steps are required: | ||
78 | * If you want to run celery manually to make some tests, you should execute: | 78 | * If you want to run celery manually to make some tests, you should execute: |
79 | 79 | ||
80 | .. code-block:: shell | 80 | .. code-block:: shell |
81 | - celery -A colab worker --loglevel=debug | 81 | + colab-admin celeryC worker --loglevel=debug |