Upgrade to Celery 3.0

This commit is contained in:
2012-08-06 21:10:37 +01:00
parent 1265eb704f
commit 7d50743a4d
3 changed files with 11 additions and 14 deletions

View File

@@ -105,10 +105,7 @@ EVE_PROXY_CACHE_ADJUSTMENTS = {
from celeryschedule import *
CELERY_SEND_TASK_ERROR_EMAILS = True
CELERY_RESULT_BACKEND = "amqp"
CELERY_DISABLE_RATE_LIMITS = True
CELERYD_PREFETCH_MULTIPLIER = 128
CELERY_ALWAYS_EAGER = DEBUG
CELERY_EAGER_PROPAGATES_EXCEPTIONS = DEBUG
CELERYD_HIJACK_ROOT_LOGGER = False