Moved Celery CLI commands to 'manage.py celery' submodule + added extensions:
Added a 'celery queue' command, which is supposed to show queued Celery tasks (but doesn't work quite as I'd expect). Added a 'celery purge' command, which purges queued Celery tasks.
This commit is contained in:
@@ -61,4 +61,6 @@ Pillar requires [Celery](http://www.celeryproject.org/) for background task proc
|
||||
turn requires a backend and a broker, for which the default Pillar configuration uses Redis and
|
||||
RabbitMQ.
|
||||
|
||||
You can run the Celery Worker using `manage.py operations worker`.
|
||||
You can run the Celery Worker using `manage.py celery worker`.
|
||||
|
||||
Find other Celery operations with the `manage.py celery` command.
|
||||
|
Reference in New Issue
Block a user