Use split queuing for tasks

This commit is contained in:
2011-06-15 11:36:01 +01:00
parent 2e17210ca3
commit ecf1bdd7f1
3 changed files with 11 additions and 11 deletions

View File

@@ -27,3 +27,6 @@ CELERYBEAT_SCHEDULE = {
}
}
CELERY_ROUTES = {
"sso.tasks.update_service_groups": {'queue': 'bulk'}},
}

View File

@@ -12,7 +12,7 @@ DATABASES = {
}
## EVE Proxy
EVE_API_URL = "http://apitest.eveonline.com"
EVE_API_URL = "https://api.eveonline.com"
EVE_PROXY_KEEP_LOGS = 30
## SSO