Various fixes and improvements to the API tasks

This commit is contained in:
2010-12-02 15:57:53 +00:00
parent 0867c81e01
commit e4983240bb
5 changed files with 83 additions and 71 deletions

View File

@@ -181,6 +181,7 @@ CELERYBEAT_SCHEDULE = {
CELERY_SEND_TASK_ERROR_EMAILS = True
CELERY_RESULT_BACKEND = "amqp"
CELERY_DISABLE_RATE_LIMITS = True
CELERYD_PREFETCH_MULTIPLIER = 128
# Load the Celery tasks
djcelery.setup_loader()