euscanwww: reorder some settings

Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
This commit is contained in:
Corentin Chary 2012-11-26 23:39:11 +01:00
parent 7380daf7e9
commit a723d30a33
1 changed files with 2 additions and 3 deletions

View File

@ -237,15 +237,14 @@ EGENCACHE_JOBS = 4
import djcelery
djcelery.setup_loader()
BROKER_URL = "amqp://guest:guest@localhost:5672//"
CELERY_RESULT_BACKEND = "amqp"
BROKER_CONNECTION_TIMEOUT = 3600
CELERY_RESULT_BACKEND = "amqp"
CELERYD_CONCURRENCY = 4
CELERYBEAT_SCHEDULER = "djcelery.schedulers.DatabaseScheduler"
TASKS_UPSTREAM_GROUPS = 32
TASKS_EMAIL_GROUPS = 10
CELERYBEAT_SCHEDULER = "djcelery.schedulers.DatabaseScheduler"
# LDAP authentication
# TODO: Test data - change me!
AUTH_LDAP_SERVER_URI = "ldap://localhost"