Commit 802bb413a0813149a15dcebf69b80ce4dbd24221

Authored by Matheus de Sousa Faria
2 parents 0df355e5 6aba5363

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 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
... ...