AC-990 Add new task for saving all job events from a queue, updated callback plugin to send to queue, work on optimizing SQL that runs when saving a job event.

This commit is contained in:
Chris Church
2014-02-03 17:04:56 -05:00
parent 88dc25fc15
commit 32364ad055
5 changed files with 591 additions and 49 deletions

View File

@@ -111,7 +111,7 @@ runserver:
# Run to start the background celery worker for development.
celeryd:
$(PYTHON) manage.py celeryd -l DEBUG -B -Ofair
$(PYTHON) manage.py celeryd -l DEBUG -B --autoscale=20,2 -Ofair
# Run all API unit tests.
test: