Commit 6aba536334ebd6051851159e0c004dba1e277aff

Authored by Lucas Moura
1 parent 0df355e5

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 78 * If you want to run celery manually to make some tests, you should execute:
79 79  
80 80 .. code-block:: shell
81   - celery -A colab worker --loglevel=debug
  81 + colab-admin celeryC worker --loglevel=debug
... ...