Commit 6aba536334ebd6051851159e0c004dba1e277aff
1 parent
0df355e5
Exists in
master
and in
4 other branches
Changed way to run celery in plugin documentation
Signed-off-by: Lucas Moura <lucas.moura128@gmail.com>
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 |