Docs and setup details for the task manager

This commit is contained in:
Matthew Jones
2014-03-12 14:09:00 -04:00
parent 116cf902b5
commit 06cc5ffb4a
2 changed files with 15 additions and 2 deletions

View File

@@ -120,6 +120,9 @@ celeryd:
receiver:
$(PYTHON) manage.py run_callback_receiver
taskmanager:
$(PYTHON) manage.py run_task_system
# Run all API unit tests.
test:
$(PYTHON) manage.py test -v2 main