euscanwww: reorder some settings
Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
This commit is contained in:
parent
7380daf7e9
commit
a723d30a33
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user