AC-752 Work on using celery with rabbitmq, posting job events via celery.

This commit is contained in:
Chris Church
2013-12-11 00:18:39 -05:00
parent dfcedc42fe
commit c850379222
4 changed files with 49 additions and 10 deletions

View File

@@ -276,6 +276,7 @@ djcelery.setup_loader()
BROKER_URL = 'django://'
CELERY_TASK_SERIALIZER = 'json'
CELERY_RESULT_SERIALIZER = 'json'
CELERY_ACCEPT_CONTENT = ['json']
CELERY_TRACK_STARTED = True
CELERYD_TASK_TIME_LIMIT = None
CELERYD_TASK_SOFT_TIME_LIMIT = None